diff options
author | Lance Stout <lancestout@gmail.com> | 2013-02-12 09:38:57 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-02-12 09:38:57 -0800 |
commit | ec5e819b16e5326638551b80464c0c3714b3dc3c (patch) | |
tree | 17ed422677a9bccdfc2c929861e1e5ca4ac76615 /sleekxmpp/plugins/__init__.py | |
parent | 88c7c299549cbe1aeeecae9ca7f7ed18eb74a327 (diff) | |
parent | 55e50ad9798247f1730ae51ebe39e9ebf3a643a9 (diff) | |
download | slixmpp-ec5e819b16e5326638551b80464c0c3714b3dc3c.tar.gz slixmpp-ec5e819b16e5326638551b80464c0c3714b3dc3c.tar.bz2 slixmpp-ec5e819b16e5326638551b80464c0c3714b3dc3c.tar.xz slixmpp-ec5e819b16e5326638551b80464c0c3714b3dc3c.zip |
Merge branch 'develop'
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 68fff5ef..302a64be 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -33,6 +33,7 @@ __all__ = [ 'xep_0071', # XHTML-IM 'xep_0077', # In-Band Registration # 'xep_0078', # Non-SASL auth. Don't automatically load + 'xep_0079', # Advanced Message Processing 'xep_0080', # User Location 'xep_0082', # XMPP Date and Time Profiles 'xep_0084', # User Avatar |