diff options
author | Lance Stout <lancestout@gmail.com> | 2013-02-12 01:30:44 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-02-12 01:30:44 -0800 |
commit | 55e50ad9798247f1730ae51ebe39e9ebf3a643a9 (patch) | |
tree | 0de34927a2148388600c4fae293daaf0792d8178 /sleekxmpp/plugins/__init__.py | |
parent | 99ecb166d377ea316c95830a74efc73f5c2b9182 (diff) | |
download | slixmpp-55e50ad9798247f1730ae51ebe39e9ebf3a643a9.tar.gz slixmpp-55e50ad9798247f1730ae51ebe39e9ebf3a643a9.tar.bz2 slixmpp-55e50ad9798247f1730ae51ebe39e9ebf3a643a9.tar.xz slixmpp-55e50ad9798247f1730ae51ebe39e9ebf3a643a9.zip |
Add XEP-0079 Advanced Message Processing plugin.
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 c2d89c46..61b5ff9c 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -35,6 +35,7 @@ __all__ = [ 'xep_0066', # Out of Band Data '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 |