summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/__init__.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-06-22 21:13:30 -0700
committerLance Stout <lancestout@gmail.com>2012-06-22 21:13:30 -0700
commit69ddeceb491b0791d3b6ff4a5bb135c79cf490a0 (patch)
treeb654382619c28816af02689665578848c5336817 /sleekxmpp/plugins/__init__.py
parent82698672bb8818fce212cad6f7f98e890bc005e1 (diff)
downloadslixmpp-69ddeceb491b0791d3b6ff4a5bb135c79cf490a0.tar.gz
slixmpp-69ddeceb491b0791d3b6ff4a5bb135c79cf490a0.tar.bz2
slixmpp-69ddeceb491b0791d3b6ff4a5bb135c79cf490a0.tar.xz
slixmpp-69ddeceb491b0791d3b6ff4a5bb135c79cf490a0.zip
Add support for XEP-0256: Last Activity in Presence
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 cc41280c..8464f0cb 100644
--- a/sleekxmpp/plugins/__init__.py
+++ b/sleekxmpp/plugins/__init__.py
@@ -56,5 +56,6 @@ __all__ = [
'xep_0224', # Attention
'xep_0231', # Bits of Binary
'xep_0249', # Direct MUC Invitations
+ 'xep_0256', # Last Activity in Presence
'xep_0258', # Security Labels in XMPP
]