Removes static resource ID for xmpp client interface

This commit is contained in:
2010-03-18 17:47:29 +00:00
parent e70639ef62
commit 606ddd3cd7

View File

@@ -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