Write the following into the config File:
UseAddin galena.addins.interfaces.jabberThis will load the Jabber Addin.
Connecting to a jabber server
Use the following command to connect to the <jabberserver> using <username> and <password>
jabber connect MyJabberInterface <jabberserver> <username> <password>
(If the server does not use the standard jabber port (5222) you can specify it using <jabberserver>:<port>)
Adding user to the roster
Every user who wants to add the bot, will automatically be authorized and added to the bots' roster.
You can also add user by using the command
jabber adduser MyJabberInterface <username@jabber.server>Users can log in through the jabber interface and use every command they can use over a telnet connection.
(Because it is not common that someone fakes a jabber id (if it is possible ? i don't know) - if only need to log in once with every jabber id. so if you use your@jid you only need to send one 'login' command to the bot and no matter how often you (or the bot) logs out, it will always associate your@jid with the user stored in the bot.)