diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-20 23:46:13 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-20 23:46:13 -0700 |
commit | eb5df1aa3722e6e85b9683805b4088f4340918aa (patch) | |
tree | b2d0989f71dc0be91d22c3221b4be5d1918e1881 /sleekxmpp/plugins/__init__.py | |
parent | 546066d67713db06400f4c74814875d47d98670e (diff) | |
parent | 8a745c5e8101ee80fff88cf93e969fec5507ba2d (diff) | |
download | slixmpp-eb5df1aa3722e6e85b9683805b4088f4340918aa.tar.gz slixmpp-eb5df1aa3722e6e85b9683805b4088f4340918aa.tar.bz2 slixmpp-eb5df1aa3722e6e85b9683805b4088f4340918aa.tar.xz slixmpp-eb5df1aa3722e6e85b9683805b4088f4340918aa.zip |
Merge branch 'master' into develop
Diffstat (limited to 'sleekxmpp/plugins/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py index 0fbebf33..e37eb825 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -46,10 +46,12 @@ __all__ = [ 'xep_0163', # Personal Eventing Protocol 'xep_0172', # User Nickname 'xep_0184', # Message Receipts + 'xep_0186', # Invisible Command 'xep_0198', # Stream Management 'xep_0199', # Ping 'xep_0202', # Entity Time 'xep_0203', # Delayed Delivery + 'xep_0221', # Data Forms Media Element 'xep_0222', # Persistent Storage of Public Data via Pubsub 'xep_0223', # Persistent Storage of Private Data via Pubsub 'xep_0224', # Attention |