mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +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 = xmpp.Client(self.jid.getDomain(), debug=[])
|
||||||
|
|
||||||
client.connect(server=('dredd.it', 5222))
|
client.connect(server=('dredd.it', 5222))
|
||||||
client.auth(self.username, self.password,'rmtmgmt')
|
client.auth(self.username, self.password)
|
||||||
client.sendInitPresence()
|
client.sendInitPresence()
|
||||||
|
|
||||||
self._client = client
|
self._client = client
|
||||||
|
|||||||
Reference in New Issue
Block a user