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

<!--
  Plugin configuration for the broadcast plugin.
-->
<plugin>
7
    <class>org.jivesoftware.openfire.plugin.UserCreationPlugin</class>
8 9 10
    <name>User Creation</name>
    <description>Creates users and populates rosters.</description>
    <author>Jive Software</author>
11
    <version>1.1</version>
12
    <date>4/12/2007</date>
13
    <url>http://www.igniterealtime.org</url>
14
    <minServerVersion>3.3.0</minServerVersion>
15 16 17 18 19 20 21 22 23 24 25

    <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>
</plugin>