diff options
-rw-r--r-- | slixmpp/plugins/xep_0202/time.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0202/time.py b/slixmpp/plugins/xep_0202/time.py index e7e117a4..2b40dbb2 100644 --- a/slixmpp/plugins/xep_0202/time.py +++ b/slixmpp/plugins/xep_0202/time.py @@ -50,7 +50,7 @@ class XEP_0202(BasePlugin): self.xmpp.register_handler( Callback('Entity Time', - StanzaPath('iq/entity_time'), + StanzaPath('iq@type=get/entity_time'), self._handle_time_request)) register_stanza_plugin(Iq, stanza.EntityTime) |