tell xmpppy that stanza is treated when we send the version
This commit is contained in:
parent
97aef098bc
commit
5ebc240eeb
|
@ -381,6 +381,7 @@ class Connection:
|
||||||
if send_os:
|
if send_os:
|
||||||
qp.setTagData('os', get_os_info())
|
qp.setTagData('os', get_os_info())
|
||||||
con.send(iq_obj)
|
con.send(iq_obj)
|
||||||
|
raise common.xmpp.NodeProcessed
|
||||||
|
|
||||||
def _VersionResultCB(self, con, iq_obj):
|
def _VersionResultCB(self, con, iq_obj):
|
||||||
gajim.log.debug('VersionResultCB')
|
gajim.log.debug('VersionResultCB')
|
||||||
|
|
Loading…
Reference in New Issue