This commit is contained in:
Philipp Hörist 2019-02-11 20:58:42 +01:00
parent 4a2c23b893
commit f8373012a2
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Presence:
contacts = app.contacts.get_jid_list(self._account)
if properties.jid.getBare() not in contacts and not properties.is_self_bare:
# Handle only presence from roster contacts
log.warning('Unkown presence received')
log.warning('Unknown presence received')
log.warning(stanza)
return