diff options
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 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 |