-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathplugin.xml
More file actions
26 lines (22 loc) · 716 Bytes
/
plugin.xml
File metadata and controls
26 lines (22 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<!-- Main plugin class -->
<class>com.nodexy.im.openfire.plugin.OpenfireLBSPlugin</class>
<!-- Plugin meta-data -->
<name>Openfire LBS Plugin</name>
<description>Openfire LBS Plugin</description>
<author>Chris@nodexy</author>
<version>1.0</version>
<date>12/20/2013</date>
<url>http://github.com/node/openfireLBS</url>
<minServerVersion>3.8.2</minServerVersion>
<licenseType>Apache</licenseType>
<!-- Admin console entries -->
<adminconsole>
<!-- More on this below -->
</adminconsole>
<!--
<databaseKey>openfireLBS</databaseKey>
<databaseVersion>0</databaseVersion>
-->
</plugin>