Add support for XEP-0279: Server IP Check

This commit is contained in:
Lance Stout
2012-09-04 20:39:43 -07:00
parent a88b9737ff
commit 0016d9a638
5 changed files with 87 additions and 0 deletions

View File

@@ -66,5 +66,6 @@ __all__ = [
'xep_0256', # Last Activity in Presence
'xep_0258', # Security Labels in XMPP
'xep_0270', # XMPP Compliance Suites 2010
'xep_0279', # Server IP Check
'xep_0302', # XMPP Compliance Suites 2012
]