diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-17 23:19:35 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-18 22:08:38 -0700 |
commit | 62391a895ad90ef3cab399efebaac5da9700d79e (patch) | |
tree | 78022abe497c8a94b5dafb0b121d59cf16917593 /sleekxmpp/plugins/__init__.py | |
parent | 9bcdd7d18f1d7d10efd4a963b852b78df3332f7d (diff) | |
download | slixmpp-62391a895ad90ef3cab399efebaac5da9700d79e.tar.gz slixmpp-62391a895ad90ef3cab399efebaac5da9700d79e.tar.bz2 slixmpp-62391a895ad90ef3cab399efebaac5da9700d79e.tar.xz slixmpp-62391a895ad90ef3cab399efebaac5da9700d79e.zip |
Update plugin list, fix syntax error.
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 efe20253..29964bb7 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -49,6 +49,8 @@ __all__ = [ 'xep_0199', # Ping 'xep_0202', # Entity Time 'xep_0203', # Delayed Delivery + 'xep_0222', # Persistent Storage of Public Data via Pubsub + 'xep_0223', # Persistent Storage of Private Data via Pubsub 'xep_0224', # Attention 'xep_0231', # Bits of Binary 'xep_0249', # Direct MUC Invitations |