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.
This commit is contained in:
Lance Stout
2012-09-25 20:20:43 -07:00
parent f6e1fecdf8
commit ef974114ea
5 changed files with 242 additions and 0 deletions

View File

@@ -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
]