diff options
author | Lance Stout <lancestout@gmail.com> | 2012-10-18 21:13:08 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-01-26 14:33:52 -0800 |
commit | 79a8c5ceae0cefb34d64172d95dded21872adf02 (patch) | |
tree | d70708acdb610eab14c341bcf41a433942ef7df7 /sleekxmpp/plugins/__init__.py | |
parent | 97a2f4449dd2d2cc2dc941cf5ad7e12cd088e021 (diff) | |
download | slixmpp-79a8c5ceae0cefb34d64172d95dded21872adf02.tar.gz slixmpp-79a8c5ceae0cefb34d64172d95dded21872adf02.tar.bz2 slixmpp-79a8c5ceae0cefb34d64172d95dded21872adf02.tar.xz slixmpp-79a8c5ceae0cefb34d64172d95dded21872adf02.zip |
Add proper XEP-0071 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 4ff53ac2..b1a73d9c 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -32,6 +32,7 @@ __all__ = [ 'xep_0059', # Result Set Management 'xep_0060', # Pubsub (Client) 'xep_0066', # Out of Band Data + 'xep_0071', # XHTML-IM 'xep_0077', # In-Band Registration # 'xep_0078', # Non-SASL auth. Don't automatically load 'xep_0080', # User Location |