summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/__init__.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2013-06-07 19:00:22 -0400
committerLance Stout <lancestout@gmail.com>2013-06-07 19:00:22 -0400
commited3a4fb8d443fc4a56419be9624631b6d42356c7 (patch)
treedd1aa40a192f7ba57e4b894cb12b832c2c26508b /sleekxmpp/plugins/__init__.py
parent4a590d1497e332da8b85a6807ad0ba9f277e2cbe (diff)
downloadslixmpp-ed3a4fb8d443fc4a56419be9624631b6d42356c7.tar.gz
slixmpp-ed3a4fb8d443fc4a56419be9624631b6d42356c7.tar.bz2
slixmpp-ed3a4fb8d443fc4a56419be9624631b6d42356c7.tar.xz
slixmpp-ed3a4fb8d443fc4a56419be9624631b6d42356c7.zip
Add support for XEP-0319, idle 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 016334dc..ed1fea9e 100644
--- a/sleekxmpp/plugins/__init__.py
+++ b/sleekxmpp/plugins/__init__.py
@@ -80,4 +80,5 @@ __all__ = [
'xep_0302', # XMPP Compliance Suites 2012
'xep_0308', # Last Message Correction
'xep_0313', # Message Archive Management
+ 'xep_0319', # Last User Interaction in Presence
]