From ef974114ea375729a01553cb18dc30aa9d6531c9 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Tue, 25 Sep 2012 20:20:43 -0700 Subject: Add support for XEP-0313: Message Archive Management NOTE: XEP-0313 is still very experimental, and there will likely be API changes in the future. --- 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 66027fbf..6188a65e 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -72,4 +72,5 @@ __all__ = [ 'xep_0297', # Stanza Forwarding 'xep_0302', # XMPP Compliance Suites 2012 'xep_0308', # Last Message Correction + 'xep_0313', # Message Archive Management ] -- cgit v1.2.3