Fix typo
This commit is contained in:
parent
4a2c23b893
commit
f8373012a2
|
@ -92,7 +92,7 @@ class Presence:
|
||||||
contacts = app.contacts.get_jid_list(self._account)
|
contacts = app.contacts.get_jid_list(self._account)
|
||||||
if properties.jid.getBare() not in contacts and not properties.is_self_bare:
|
if properties.jid.getBare() not in contacts and not properties.is_self_bare:
|
||||||
# Handle only presence from roster contacts
|
# Handle only presence from roster contacts
|
||||||
log.warning('Unkown presence received')
|
log.warning('Unknown presence received')
|
||||||
log.warning(stanza)
|
log.warning(stanza)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue