update XEP-0334 (Message Processing Hints) to V0.2
This commit is contained in:
parent
0f2e66d7a2
commit
44822d3837
|
@ -426,7 +426,7 @@ class CommonConnection:
|
|||
|
||||
if msgenc:
|
||||
msg_iq.setTag(nbxmpp.NS_ENCRYPTED + ' x').setData(msgenc)
|
||||
msg_iq.addChild(name='no-permanent-storage',
|
||||
msg_iq.addChild(name='no-permanent-store',
|
||||
namespace=nbxmpp.NS_MSG_HINTS)
|
||||
|
||||
if form_node:
|
||||
|
@ -506,7 +506,7 @@ class CommonConnection:
|
|||
if self.carbons_enabled:
|
||||
msg_iq.addChild(name='private',
|
||||
namespace=nbxmpp.NS_CARBONS)
|
||||
msg_iq.addChild(name='no-permanent-storage',
|
||||
msg_iq.addChild(name='no-permanent-store',
|
||||
namespace=nbxmpp.NS_MSG_HINTS)
|
||||
msg_iq.addChild(name='no-copy',
|
||||
namespace=nbxmpp.NS_MSG_HINTS)
|
||||
|
|
Loading…
Reference in New Issue