mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Removes static resource ID for xmpp client interface
This commit is contained in:
@@ -26,7 +26,7 @@ class JabberAdmin():
|
||||
client = xmpp.Client(self.jid.getDomain(), debug=[])
|
||||
|
||||
client.connect(server=('dredd.it', 5222))
|
||||
client.auth(self.username, self.password,'rmtmgmt')
|
||||
client.auth(self.username, self.password)
|
||||
client.sendInitPresence()
|
||||
|
||||
self._client = client
|
||||
|
||||
Reference in New Issue
Block a user