diff options
author | Lance Stout <lancestout@gmail.com> | 2013-05-11 12:22:56 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-05-11 12:22:56 -0700 |
commit | 7b49c82210d6b27b18dffe36e6533024b8bee913 (patch) | |
tree | 080439455ea680d4e136515ee7ff39d1f94ad40b /sleekxmpp/plugins/__init__.py | |
parent | d3284f1604920d2504c23bd7d0792739c6ec5a26 (diff) | |
download | slixmpp-7b49c82210d6b27b18dffe36e6533024b8bee913.tar.gz slixmpp-7b49c82210d6b27b18dffe36e6533024b8bee913.tar.bz2 slixmpp-7b49c82210d6b27b18dffe36e6533024b8bee913.tar.xz slixmpp-7b49c82210d6b27b18dffe36e6533024b8bee913.zip |
Add support for XEP-0152: Reachability Addresses
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 36fb6dad..016334dc 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -50,6 +50,7 @@ __all__ = [ 'xep_0128', # Extended Service Discovery 'xep_0131', # Standard Headers and Internet Metadata 'xep_0133', # Service Administration + 'xep_0152', # Reachability Addresses 'xep_0153', # vCard-Based Avatars 'xep_0163', # Personal Eventing Protocol 'xep_0172', # User Nickname |