fix determining whether a message was encrypted
This commit is contained in:
parent
b44b905787
commit
d5900cd384
|
@ -1531,7 +1531,6 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
|
||||||
if not no_log_for:
|
if not no_log_for:
|
||||||
no_log_for = ''
|
no_log_for = ''
|
||||||
no_log_for = no_log_for.split()
|
no_log_for = no_log_for.split()
|
||||||
encrypted = False
|
|
||||||
chatstate = None
|
chatstate = None
|
||||||
encTag = msg.getTag('x', namespace = common.xmpp.NS_ENCRYPTED)
|
encTag = msg.getTag('x', namespace = common.xmpp.NS_ENCRYPTED)
|
||||||
decmsg = ''
|
decmsg = ''
|
||||||
|
|
Loading…
Reference in New Issue