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

@@ -105,6 +105,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/plugins/xep_0280',
'sleekxmpp/plugins/xep_0297',
'sleekxmpp/plugins/xep_0308',
'sleekxmpp/plugins/xep_0313',
'sleekxmpp/features',
'sleekxmpp/features/feature_mechanisms',
'sleekxmpp/features/feature_mechanisms/stanza',