Fix the uptime plugin
(slixmpp update)
This commit is contained in:
parent
c9a89dad87
commit
60231c27c7
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@ class Plugin(BasePlugin):
|
|||
jid = safeJID(arg)
|
||||
if not jid.server:
|
||||
return
|
||||
iq = self.core.xmpp.makeIqGet(ito=jid.server)
|
||||
iq = self.core.xmpp.make_iq_get(ito=jid.server)
|
||||
iq.append(ET.Element('{jabber:iq:last}query'))
|
||||
iq.send(callback=callback)
|
||||
|
|
Loading…
Reference in a new issue