Jabber Service API now uses XMLRPC calls to add/change users

Old service access methods have been removed, XMLRPC is the prefered choice due to speed and
reliability of connection. Also as a bonus the Jabber API now sets the person's nickname to
the same as their character name.
This commit is contained in:
2010-04-09 12:46:10 +01:00
parent bd3fa3a266
commit f82e211d91
19 changed files with 41 additions and 5161 deletions

View File

@@ -110,16 +110,8 @@ REDDIT_PASSWD = ''
# Vhost to add users to
JABBER_SERVER = 'dredd.it'
# Method of communicating with the jabber server
# either 'xmpp' or 'cmd'
JABBER_METHOD = 'xmpp'
# Use sudo? (cmd mode)
#JABBER_SUDO = True
# Auth login user (xmpp mode)
JABBER_AUTH_USER = 'auth'
JABBER_AUTH_PASSWD = 'pepperllama34'
# XMLRPC url for ejabberd_xmlrpc
JABBER_XMLRPC_URL = 'http://127.0.0.1:4560'
### Mumble Service Settings