diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-18 01:32:58 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-18 22:07:39 -0700 |
commit | 5c4f7bfe8b122874475d8a4d52b2f8212dce6231 (patch) | |
tree | 69c46f29501d6cefff55ce050fdd6650c2975c49 /sleekxmpp/plugins/__init__.py | |
parent | 0b7f1340212b1bcca349f0bd21e910078b6e78ce (diff) | |
download | slixmpp-5c4f7bfe8b122874475d8a4d52b2f8212dce6231.tar.gz slixmpp-5c4f7bfe8b122874475d8a4d52b2f8212dce6231.tar.bz2 slixmpp-5c4f7bfe8b122874475d8a4d52b2f8212dce6231.tar.xz slixmpp-5c4f7bfe8b122874475d8a4d52b2f8212dce6231.zip |
Initial support for XEP-0258
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 884449c2..efe20253 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -52,4 +52,5 @@ __all__ = [ 'xep_0224', # Attention 'xep_0231', # Bits of Binary 'xep_0249', # Direct MUC Invitations + 'xep_0258', # Security Labels in XMPP ] |