mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
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:
12
settings.py
12
settings.py
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user