mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 06:09:25 +00:00
Allow services to specify to use the charnames or auth username, also add IPB and SMF framework
This commit is contained in:
@@ -8,6 +8,7 @@ class JabberService(BaseService):
|
||||
settings = { 'require_user': True,
|
||||
'require_password': True,
|
||||
'provide_login': False,
|
||||
'use_auth_username': False,
|
||||
'jabber_server': 'dredd.it',
|
||||
'jabber_xmlrpc_url': 'http://127.0.0.1:4560',
|
||||
'jabber_annouce_from': 'announcebot@pleaseignore.com'}
|
||||
|
||||
Reference in New Issue
Block a user