Add caps to first presence
According to the XEP, caps hash has to be added to all presences
This commit is contained in:
parent
d5ddbe3766
commit
9f0154ef84
|
@ -2039,6 +2039,7 @@ ConnectionHandlersBase, ConnectionJingle, ConnectionIBBytestream):
|
|||
p.setStatus(msg)
|
||||
if signed:
|
||||
p.setTag(nbxmpp.NS_SIGNED + ' x').setData(signed)
|
||||
p = self.add_sha(p)
|
||||
|
||||
if self.connection:
|
||||
self.connection.send(p)
|
||||
|
|
Loading…
Reference in New Issue