diff options
author | Lance Stout <lancestout@gmail.com> | 2012-04-09 21:41:59 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-04-09 21:41:59 -0400 |
commit | 01189376e29663174e6c525f4ec35734b4e84031 (patch) | |
tree | 12a53f42d26aac9df7b26dbc196641730ed8ad01 /sleekxmpp/plugins/__init__.py | |
parent | 60195cf2dcd7ef8261c4d74c332cc3a531337339 (diff) | |
download | slixmpp-01189376e29663174e6c525f4ec35734b4e84031.tar.gz slixmpp-01189376e29663174e6c525f4ec35734b4e84031.tar.bz2 slixmpp-01189376e29663174e6c525f4ec35734b4e84031.tar.xz slixmpp-01189376e29663174e6c525f4ec35734b4e84031.zip |
Add initial support for XEP-0153.
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 b0aa5409..9ad3fbba 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -40,6 +40,7 @@ __all__ = [ 'xep_0115', # Entity Capabilities 'xep_0118', # User Tune 'xep_0128', # Extended Service Discovery + 'xep_0153', # vCard-Based Avatars 'xep_0163', # Personal Eventing Protocol 'xep_0172', # User Nickname 'xep_0184', # Message Receipts |