diff options
-rw-r--r-- | poezio/core/handlers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index 94b4da5c..1078916f 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -553,7 +553,7 @@ class HandlerCore: return item = message['pubsub_event']['items']['item'] old_gaming = contact.gaming - if item.xml.find('{urn:xmpp:gaming:0}gaming') is not None: + if item.xml.find('{urn:xmpp:gaming:0}game') is not None: item = item['gaming'] # only name and server_address are used for now contact.gaming = { |