added pubsub state stanzas and scheduled events

This commit is contained in:
Nathan Fritz
2010-05-27 04:58:57 -07:00
parent 0bda5fd3f2
commit 3a28f9e5d2
8 changed files with 67 additions and 23 deletions

View File

@@ -188,7 +188,6 @@ class Form(FieldContainer):
#def getXML(self, tostring = False):
def getXML(self, ftype=None):
logging.debug("creating form as %s" % ftype)
if ftype:
self.type = ftype
form = ET.Element('{jabber:x:data}x')