tell xmpppy that stanza is treated when we send the version

This commit is contained in:
Yann Leboulanger 2005-05-13 17:20:13 +00:00
parent 97aef098bc
commit 5ebc240eeb
1 changed files with 1 additions and 0 deletions

View File

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