From ed3a4fb8d443fc4a56419be9624631b6d42356c7 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 7 Jun 2013 19:00:22 -0400 Subject: Add support for XEP-0319, idle presence --- 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 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 ] -- cgit v1.2.3