Skip to content
Snippets Groups Projects
Commit 5ebc240e authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

tell xmpppy that stanza is treated when we send the version

parent 97aef098
No related branches found
No related tags found
No related merge requests found
......@@ -381,6 +381,7 @@ class Connection:
if send_os:
qp.setTagData('os', get_os_info())
con.send(iq_obj)
raise common.xmpp.NodeProcessed
def _VersionResultCB(self, con, iq_obj):
gajim.log.debug('VersionResultCB')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment