diff options
author | Lance Stout <lancestout@gmail.com> | 2012-03-11 16:32:16 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-03-11 16:34:41 -0700 |
commit | a318beded4e7402b5855378a57e867362ce3e1af (patch) | |
tree | e2187b0abc2bcf6a9be9fd8dea4177da2efe7d94 /sleekxmpp/plugins/__init__.py | |
parent | 5f4b528e6bdc238988b02b9a7d4ef55077773e76 (diff) | |
download | slixmpp-a318beded4e7402b5855378a57e867362ce3e1af.tar.gz slixmpp-a318beded4e7402b5855378a57e867362ce3e1af.tar.bz2 slixmpp-a318beded4e7402b5855378a57e867362ce3e1af.tar.xz slixmpp-a318beded4e7402b5855378a57e867362ce3e1af.zip |
Update plugin list and use correct names.
Diffstat (limited to 'sleekxmpp/plugins/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py index b399abe0..6cb854ed 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -17,10 +17,12 @@ __all__ = [ 'xep_0030', # Service Discovery 'xep_0033', # Extended Stanza Addresses 'xep_0045', # Multi-User Chat (Client) + 'xep_0047', # In-Band Bytestreams 'xep_0050', # Ad-hoc Commands 'xep_0059', # Result Set Management 'xep_0060', # Pubsub (Client) - 'xep_0066', # Out-of-band Transfer + 'xep_0066', # Out of Band Data + 'xep_0077', # In-Band Registration # 'xep_0078', # Non-SASL auth. Don't automatically load 'xep_0080', # User Location 'xep_0082', # XMPP Date and Time Profiles @@ -34,6 +36,7 @@ __all__ = [ 'xep_0128', # Extended Service Discovery 'xep_0163', # Personal Eventing Protocol 'xep_0172', # User Nickname + 'xep_0184', # Message Receipts 'xep_0199', # Ping 'xep_0202', # Entity Time 'xep_0203', # Delayed Delivery |