Koozali.org: home of the SME Server

Jabber

Jehu

Jabber
« on: April 14, 2003, 09:50:17 PM »
I would like to know if there is a way to disable registering of new accounts to my Jabber server.  Some client does not seem to work with existing accounts and needs to register a new account in order for it to work.
I find that this is hard to keep track of.  Therefore I would like to create the users and have them connect to an existing account.
Just don't understand why some clients behave this way.

Thanks,

Jehu.

Jon Blakely

Re: Jabber
« Reply #1 on: April 15, 2003, 08:26:16 AM »
Jehu,
You can disable registration by modifying the jabber.conf templates.
Go to

/etc/e-smith/templates/opt/jabber/etc/jabber.conf/10jabber-reg

and replace the contents with

{
    $OUT .= <     
      -->
EOF
}

Then go to

/etc/e-smith/templates/opt/jabber/etc/jabber.conf/30jabber-jsm

and replace the line

./jsm/jsm.so

with



Restart the jabber server to rebuild the template

Jon