summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/__init__.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-03-10 12:54:31 -0800
committerLance Stout <lancestout@gmail.com>2012-03-10 12:54:31 -0800
commit34b094561f3a47c86accd8c81d5734629f98472a (patch)
tree9292ec7d2f21c87b239f12b04a148bdee7bf2741 /sleekxmpp/plugins/__init__.py
parent91155444c0f66ed3172ff8fc669a5eebe514e9cc (diff)
downloadslixmpp-34b094561f3a47c86accd8c81d5734629f98472a.tar.gz
slixmpp-34b094561f3a47c86accd8c81d5734629f98472a.tar.bz2
slixmpp-34b094561f3a47c86accd8c81d5734629f98472a.tar.xz
slixmpp-34b094561f3a47c86accd8c81d5734629f98472a.zip
Add support for XEP-0080.
Diffstat (limited to 'sleekxmpp/plugins/__init__.py')
-rw-r--r--sleekxmpp/plugins/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py
index 8c5d38f0..a970b7db 100644
--- a/sleekxmpp/plugins/__init__.py
+++ b/sleekxmpp/plugins/__init__.py
@@ -22,6 +22,7 @@ __all__ = [
'xep_0060', # Pubsub (Client)
'xep_0066', # Out-of-band Transfer
# 'xep_0078', # Non-SASL auth. Don't automatically load
+ 'xep_0080', # User Location
'xep_0082', # XMPP Date and Time Profiles
'xep_0085', # Chat State Notifications
'xep_0086', # Legacy Error Codes