The User Admin Plugin provides the ability to add,edit,delete users by sending an http request to the server. It was written with the assumption that http access to the Jive Messenger service was only available to trusted machines. In the case of the plugin's author, a web application running on the same server as Jive messenger makes the request.
Copy useradmin.jar into the plugins directory of your Jive Messenger installation. The plugin will then be automatically deployed. To upgrade to a new version, copy the new useradmin.jar file over the existing file.
The following parameters can be passed into the request:
Name | Description | |
---|---|---|
type | Required | The admin service required. Possible values are add, delete, update |
jid | required for delete and update operations | The bare JID (address) of the user to be administered(oooh er). |
username | required for add operation | The username of the new user. ie the part before the @ symbol. |
password | required for add operation | The password of the new user or the user being updated. |
name | optional | The display name of the new user or the user being updated. |
optional | The email address of the new user or the user being updated. |
Sample HTML
The following example adds a user