do not set <no-permanent-storage/> hint for GPG encrypted messages. Fixes #8123

This commit is contained in:
Yann Leboulanger 2015-11-21 14:31:07 +01:00
parent 5b67a32ca0
commit 23ee168a91

View file

@ -427,8 +427,6 @@ class CommonConnection:
if msgenc:
msg_iq.setTag(nbxmpp.NS_ENCRYPTED + ' x').setData(msgenc)
msg_iq.addChild(name='no-permanent-store',
namespace=nbxmpp.NS_MSG_HINTS)
if form_node:
msg_iq.addChild(node=form_node)