diff options
author | Lance Stout <lancestout@gmail.com> | 2013-03-11 16:26:26 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-03-11 16:26:26 -0700 |
commit | 9ba5b644cf814e8515d5b2449ce01595d2689cf4 (patch) | |
tree | eb3b55ab693efd2800f4bc1a6af18a164dc63070 /sleekxmpp/plugins/__init__.py | |
parent | 44e2b5d945faecea33ce3aa41fe5853a139998c9 (diff) | |
download | slixmpp-9ba5b644cf814e8515d5b2449ce01595d2689cf4.tar.gz slixmpp-9ba5b644cf814e8515d5b2449ce01595d2689cf4.tar.bz2 slixmpp-9ba5b644cf814e8515d5b2449ce01595d2689cf4.tar.xz slixmpp-9ba5b644cf814e8515d5b2449ce01595d2689cf4.zip |
Add XEP-0196 for User Gaming, from mathieui
Diffstat (limited to 'sleekxmpp/plugins/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py index e3e01a5e..36fb6dad 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -56,6 +56,7 @@ __all__ = [ 'xep_0184', # Message Receipts 'xep_0186', # Invisible Command 'xep_0191', # Blocking Command + 'xep_0196', # User Gaming 'xep_0198', # Stream Management 'xep_0199', # Ping 'xep_0202', # Entity Time |