Add support for XEP-0280 Message Carbons

This commit is contained in:
Lance Stout
2012-09-25 02:34:51 -07:00
parent dfff19ffbf
commit 671f680bb3
6 changed files with 159 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ __all__ = [
'xep_0258', # Security Labels in XMPP
'xep_0270', # XMPP Compliance Suites 2010
'xep_0279', # Server IP Check
'xep_0280', # Message Carbons
'xep_0297', # Stanza Forwarding
'xep_0302', # XMPP Compliance Suites 2012
]