Add validation for JIDs.

This commit is contained in:
Lance Stout
2012-07-22 00:16:35 -07:00
parent 01cc0e6def
commit e4e18a416f
8 changed files with 382 additions and 150 deletions

View File

@@ -10,6 +10,7 @@ from sleekxmpp.basexmpp import BaseXMPP
from sleekxmpp.clientxmpp import ClientXMPP
from sleekxmpp.componentxmpp import ComponentXMPP
from sleekxmpp.stanza import Message, Presence, Iq
from sleekxmpp.jid import JID
from sleekxmpp.xmlstream.handler import *
from sleekxmpp.xmlstream import XMLStream, RestartStream
from sleekxmpp.xmlstream.matcher import *