Reorganized stream level stanzas.

This commit is contained in:
Lance Stout
2011-06-28 11:06:44 -07:00
parent fa716457a5
commit 3b1f3fddf0
9 changed files with 22 additions and 9 deletions

View File

@@ -19,8 +19,7 @@ from sleekxmpp import plugins
from sleekxmpp import stanza
from sleekxmpp.basexmpp import BaseXMPP
from sleekxmpp.stanza import *
from sleekxmpp.stanza import tls
from sleekxmpp.stanza import sasl
from sleekxmpp.stanza.stream import tls, sasl
from sleekxmpp.xmlstream import XMLStream, RestartStream
from sleekxmpp.xmlstream import StanzaBase, ET, register_stanza_plugin
from sleekxmpp.xmlstream.matcher import *