<?xml version="1.0" encoding="UTF-8"?>
<!--
       The <plugins> element contains the description of the plugins available at this repository. Required.
-->
<plugins>
  <!--
           Each <plugin> element describes one plugin in the repository. Required.
    id - used by JetBrains IDEs to uniquely identify a plugin. Required. Must match <id> in plugin.xml
    url - path to download the plugin JAR/ZIP file. Required. Must be HTTPS
    version - version of this plugin. Required. Must match <version> in plugin.xml
  -->
  <plugin id="cn.xeblog.xechat.plugin" url="https://gh-proxy.net/github.com/anlingyi/xechat-idea/releases/download/v1.6.7-beta0/xechat-plugin-1.6.7-beta0.zip" version="1.6.7-beta0">
    <!--
               The <idea-version> element must match the same element in plugin.xml. Required.
    -->
    <idea-version since-build="191" until-build="999.*"/>
    <name>XEChat</name>
  </plugin>
</plugins>

