fix typo
This commit is contained in:
parent
f18ede1c88
commit
d7a780e60a
1 changed files with 1 additions and 1 deletions
|
@ -2253,7 +2253,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
|
||||||
# Error presences may not include sent stanza, so we don't detect it's
|
# Error presences may not include sent stanza, so we don't detect it's
|
||||||
# a muc preence. So detect it by ID
|
# a muc preence. So detect it by ID
|
||||||
h = hmac.new(self.secret_hmac, jid_stripped).hexdigest()[:6]
|
h = hmac.new(self.secret_hmac, jid_stripped).hexdigest()[:6]
|
||||||
if id_.split('_')[-1] = h:
|
if id_.split('_')[-1] == h:
|
||||||
is_gc = True
|
is_gc = True
|
||||||
status = prs.getStatus() or ''
|
status = prs.getStatus() or ''
|
||||||
show = prs.getShow()
|
show = prs.getShow()
|
||||||
|
|
Loading…
Add table
Reference in a new issue