Initial support for XEP-0258

This commit is contained in:
Lance Stout
2012-06-18 01:32:58 -07:00
parent 0b7f134021
commit 5c4f7bfe8b
5 changed files with 202 additions and 0 deletions

View File

@@ -52,4 +52,5 @@ __all__ = [
'xep_0224', # Attention
'xep_0231', # Bits of Binary
'xep_0249', # Direct MUC Invitations
'xep_0258', # Security Labels in XMPP
]