diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-17 16:26:19 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-18 22:07:17 -0700 |
commit | 0b7f1340212b1bcca349f0bd21e910078b6e78ce (patch) | |
tree | c3153d971d05ee2ff4985b111abe80e421f58318 /sleekxmpp/plugins/__init__.py | |
parent | 378a42889fb59bba9f638203d914707040bfcad9 (diff) | |
download | slixmpp-0b7f1340212b1bcca349f0bd21e910078b6e78ce.tar.gz slixmpp-0b7f1340212b1bcca349f0bd21e910078b6e78ce.tar.bz2 slixmpp-0b7f1340212b1bcca349f0bd21e910078b6e78ce.tar.xz slixmpp-0b7f1340212b1bcca349f0bd21e910078b6e78ce.zip |
Add initial XEP-0084 support.
It does not auto-retrieve and store avatars yet, but everything is there
to do so.
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 9ad3fbba..884449c2 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -32,6 +32,7 @@ __all__ = [ # 'xep_0078', # Non-SASL auth. Don't automatically load 'xep_0080', # User Location 'xep_0082', # XMPP Date and Time Profiles + 'xep_0084', # User Avatar 'xep_0085', # Chat State Notifications 'xep_0086', # Legacy Error Codes 'xep_0092', # Software Version |