update XEP-0334 (Message Processing Hints) to V0.2

This commit is contained in:
Yann Leboulanger 2015-09-13 13:57:04 +02:00
parent 0f2e66d7a2
commit 44822d3837
1 changed files with 2 additions and 2 deletions

View File

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