forked from igniterealtime/Openfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
21 lines (19 loc) · 733 Bytes
/
Copy pathplugin.xml
File metadata and controls
21 lines (19 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<class>org.jivesoftware.openfire.plugin.DbAccessPlugin</class>
<name>DB Access</name>
<description>Provides administrators with a simple direct access interface to their Openfire DB.</description>
<author>Daniel Henninger</author>
<version>1.1.0</version>
<date>9/13/2013</date>
<minServerVersion>3.9.0</minServerVersion>
<adminconsole>
<tab id="tab-server">
<sidebar id="sidebar-server-manager">
<item id="db-access" name="DB Access"
url="db-access.jsp"
description="Direct database manipulation tool." />
</sidebar>
</tab>
</adminconsole>
</plugin>