the great xep_0060 re-organization in preperation for rewrite

This commit is contained in:
Nathan Fritz
2011-08-03 23:56:24 -07:00
parent 9591cd3a7e
commit 9ffdba8643
10 changed files with 897 additions and 871 deletions

View File

@@ -1,6 +1,6 @@
from sleekxmpp.test import *
import sleekxmpp.plugins.xep_0004 as xep_0004
import sleekxmpp.plugins.stanza_pubsub as pubsub
import sleekxmpp.plugins.xep_0060.stanza as pubsub
class TestPubsubStanzas(SleekTest):