How to disable user registration in Tigase?

Submitted by kobit on Mon, 2008-03-03 09:24.

In short you have to turn the registration plugin off.

In details:

Edit the XML config file and look for a line in the SessionManager configuration which looks like:
<entry key="plugins" type="String[]">
There are plugins listed which are loaded during the server startup time. You have to find a line with "jabber:iq:register" plugin and remove it. The line you are looking for looks like:
<item value="jabber%3Aiq%3Aregister"/>
Usually this is the first line on the plugins list. Remove this line and restart the server.

Trackback URL for this post:

http://www.tigase.org/en/trackback/1364