diff options
author | Lance Stout <lancestout@gmail.com> | 2012-07-28 01:06:21 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-07-28 01:06:21 -0700 |
commit | 5ae6c8f8faefef3bd0c7d8e4caf0a2071d76382d (patch) | |
tree | d0a8c47567e9884971313f846180f7751d348a60 /sleekxmpp/plugins/__init__.py | |
parent | 54656b331a48b6bac140fcd90b88ab21e3bd67a4 (diff) | |
download | slixmpp-5ae6c8f8faefef3bd0c7d8e4caf0a2071d76382d.tar.gz slixmpp-5ae6c8f8faefef3bd0c7d8e4caf0a2071d76382d.tar.bz2 slixmpp-5ae6c8f8faefef3bd0c7d8e4caf0a2071d76382d.tar.xz slixmpp-5ae6c8f8faefef3bd0c7d8e4caf0a2071d76382d.zip |
Add support for XEP-0131: Standard Headers and Internet Metadata
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 615ef7eb..ce64e152 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -42,6 +42,7 @@ __all__ = [ 'xep_0115', # Entity Capabilities 'xep_0118', # User Tune 'xep_0128', # Extended Service Discovery + 'xep_0131', # Standard Headers and Internet Metadata 'xep_0133', # Service Administration 'xep_0153', # vCard-Based Avatars 'xep_0163', # Personal Eventing Protocol |