Fix JID validation bugs, add lots of tests.

This commit is contained in:
Lance Stout
2012-07-23 21:45:24 -07:00
parent 78aa5c3dfa
commit 352ee2f2fd
4 changed files with 160 additions and 8 deletions

View File

@@ -10,7 +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.jid import JID, InvalidJID
from sleekxmpp.xmlstream.handler import *
from sleekxmpp.xmlstream import XMLStream, RestartStream
from sleekxmpp.xmlstream.matcher import *