plugin.xml.svn-base

来自「开源项目openfire的完整源程序」· SVN-BASE 代码 · 共 13 行

SVN-BASE
13
字号
<!-- Define your plugins -->
<plugin>
    <name>Transfer Guard</name>
    <version>1.0</version>
    <author>Pete Matern</author>
    <homePage>http://www.jivesoftware.org</homePage>
    <email>pete@jivesoftware.com</email>
    <description>Adds the ability to automatically reject file transfers based on preference configuration</description>
    <class>org.jivesoftware.spark.plugins.transfersettings.FileTransferSettingsPlugin</class>
    <minSparkVersion>2.0.2</minSparkVersion>
</plugin>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?