Dont be lenient with namespace
This commit is contained in:
parent
a32100564c
commit
70a7000d44
|
@ -800,7 +800,7 @@ PresenceHelperEvent):
|
|||
xtags = self.stanza.getTags('x')
|
||||
for x in xtags:
|
||||
namespace = x.getNamespace()
|
||||
if namespace.startswith(nbxmpp.NS_MUC):
|
||||
if namespace == nbxmpp.NS_MUC_USER:
|
||||
self.is_gc = True
|
||||
elif namespace == nbxmpp.NS_SIGNED:
|
||||
sig_tag = x
|
||||
|
|
Loading…
Reference in New Issue