mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Fixed typo.
This commit is contained in:
parent
ce8bf4a367
commit
a1ece44368
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class xep_0050(base.base_plugin):
|
|||
results.fromXML(in_command.find('{jabber:x:data}x'))
|
||||
apply(pointer, (results,sessionid))
|
||||
self.xmpp.send(self.makeCommand(xml.attrib['from'], in_command.attrib['node'], form=None, id=xml.attrib['id'], sessionid=sessionid, status='completed', actions=[]))
|
||||
del self.sessions[command.get('sessionid')]
|
||||
del self.sessions[in_command.get('sessionid')]
|
||||
|
||||
|
||||
def handler_command_next(self, xml):
|
||||
|
|
Loading…
Reference in a new issue