diff options
author | Nathan Fritz <fritzy@netflint.net> | 2010-05-27 04:58:57 -0700 |
---|---|---|
committer | Nathan Fritz <fritzy@netflint.net> | 2010-05-27 04:58:57 -0700 |
commit | 3a28f9e5d247b9124e0d14c26c2a6e79aaee86ff (patch) | |
tree | 0d0cbd55785b8c06a86268e6de66201924f3dd55 /sleekxmpp/plugins/xep_0004.py | |
parent | 0bda5fd3f28da14478db87c98fb89f647994deaa (diff) | |
download | slixmpp-3a28f9e5d247b9124e0d14c26c2a6e79aaee86ff.tar.gz slixmpp-3a28f9e5d247b9124e0d14c26c2a6e79aaee86ff.tar.bz2 slixmpp-3a28f9e5d247b9124e0d14c26c2a6e79aaee86ff.tar.xz slixmpp-3a28f9e5d247b9124e0d14c26c2a6e79aaee86ff.zip |
added pubsub state stanzas and scheduled events
Diffstat (limited to 'sleekxmpp/plugins/xep_0004.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0004.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0004.py b/sleekxmpp/plugins/xep_0004.py index 56d18929..015bd8bc 100644 --- a/sleekxmpp/plugins/xep_0004.py +++ b/sleekxmpp/plugins/xep_0004.py @@ -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') |