diff options
author | Lance Stout <lancestout@gmail.com> | 2012-07-30 22:07:24 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-07-30 22:07:24 -0700 |
commit | 7c6ef18e4f953db6bc596c3729f1e286bd7acb8d (patch) | |
tree | 7a9ee28d55ba1d3342e21a66f80331f5588f06ad /sleekxmpp/plugins/__init__.py | |
parent | f8856467d523eb7674974bbbd831c43939efa845 (diff) | |
download | slixmpp-7c6ef18e4f953db6bc596c3729f1e286bd7acb8d.tar.gz slixmpp-7c6ef18e4f953db6bc596c3729f1e286bd7acb8d.tar.bz2 slixmpp-7c6ef18e4f953db6bc596c3729f1e286bd7acb8d.tar.xz slixmpp-7c6ef18e4f953db6bc596c3729f1e286bd7acb8d.zip |
Add initial support for XEP-0016 Privacy Lists
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 ce64e152..688da095 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -18,6 +18,7 @@ __all__ = [ 'xep_0004', # Data Forms 'xep_0009', # Jabber-RPC 'xep_0012', # Last Activity + 'xep_0016', # Privacy Lists 'xep_0027', # Current Jabber OpenPGP Usage 'xep_0030', # Service Discovery 'xep_0033', # Extended Stanza Addresses |