plugin.xml 838 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="UTF-8"?>

<!--
  Plugin configuration for the broadcast plugin.
-->
<plugin>
    <class>org.jivesoftware.openfire.plugin.UserCreationPlugin</class>
    <name>User Creation</name>
    <description>Creates users and populates rosters.</description>
    <author>Jive Software</author>
11 12
    <version>1.2.0</version>
    <date>09/13/2013</date>
13
    <url>http://www.igniterealtime.org</url>
14
    <minServerVersion>3.9.0</minServerVersion>
15 16 17 18 19 20 21 22 23 24

    <adminconsole>
        <tab id="tab-users">
            <sidebar id="sidebar-users">
                <item id="users-creation" name="Users Creation"
                    url="users-creation.jsp"
                    description="Quickly create users and populate their rosters" />
            </sidebar>
        </tab>
    </adminconsole>
25
</plugin>