Mercurial > libervia-backend
diff plugins/plugin_xep_0077.py @ 35:c45deebb40a5
Wix: Registration form management (not finished yet)
- impoved xml conversion in xml_tools
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 13 Dec 2009 20:24:48 +1100 |
parents | b9bb5d8e0cc7 |
children | 6491b7956c80 |
line wrap: on
line diff
--- a/plugins/plugin_xep_0077.py Sun Dec 13 18:36:20 2009 +1100 +++ b/plugins/plugin_xep_0077.py Sun Dec 13 20:24:48 2009 +1100 @@ -48,7 +48,6 @@ def reg_ok(self, answer): """Called after the first get IQ""" - print "answer:",answer form = data_form.Form.fromElement(answer.firstChildElement().firstChildElement()) xml_data = XMLTools.dataForm2xml(form) self.host.bridge.actionResult("FORM", answer['id'], {"type":"registration", "xml":xml_data})