diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-20 23:37:39 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-20 23:37:39 -0700 |
commit | f49818be06315e5b7a1fd66d288a5a0572aa17e6 (patch) | |
tree | be68d6af0151012c46accba7fe0b4da988273866 /sleekxmpp/plugins/__init__.py | |
parent | 1ad171dfe54238f4235de67d7fc3c7eb1d8ec3c0 (diff) | |
download | slixmpp-f49818be06315e5b7a1fd66d288a5a0572aa17e6.tar.gz slixmpp-f49818be06315e5b7a1fd66d288a5a0572aa17e6.tar.bz2 slixmpp-f49818be06315e5b7a1fd66d288a5a0572aa17e6.tar.xz slixmpp-f49818be06315e5b7a1fd66d288a5a0572aa17e6.zip |
Add support for XEP-0186: Invisible Command
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 29964bb7..65a3b7dc 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -45,6 +45,7 @@ __all__ = [ 'xep_0163', # Personal Eventing Protocol 'xep_0172', # User Nickname 'xep_0184', # Message Receipts + 'xep_0186', # Invisible Command 'xep_0198', # Stream Management 'xep_0199', # Ping 'xep_0202', # Entity Time |