From 34b094561f3a47c86accd8c81d5734629f98472a Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sat, 10 Mar 2012 12:54:31 -0800 Subject: Add support for XEP-0080. --- sleekxmpp/plugins/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/plugins/__init__.py') 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 -- cgit v1.2.3