summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/__init__.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-09-25 20:20:43 -0700
committerLance Stout <lancestout@gmail.com>2012-09-25 20:20:43 -0700
commitef974114ea375729a01553cb18dc30aa9d6531c9 (patch)
tree944f4a2d76b324f37fe268bf026dd45a9077eb96 /sleekxmpp/plugins/__init__.py
parentf6e1fecdf8e173e9eade7ade1e6b397cf4b8635d (diff)
downloadslixmpp-ef974114ea375729a01553cb18dc30aa9d6531c9.tar.gz
slixmpp-ef974114ea375729a01553cb18dc30aa9d6531c9.tar.bz2
slixmpp-ef974114ea375729a01553cb18dc30aa9d6531c9.tar.xz
slixmpp-ef974114ea375729a01553cb18dc30aa9d6531c9.zip
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.
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 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
]