[gozerbot] push by bthate - fix conference joining with password on 2012-08-05 13:49 GMT

1 view
Skip to first unread message

goze...@googlecode.com

unread,
Aug 5, 2012, 9:49:46 AM8/5/12
to gozerbo...@googlegroups.com
Revision: dfc27b16feb6
Author: Bart Thate <bth...@gmail.com>
Date: Sun Aug 5 06:49:19 2012
Log: fix conference joining with password
http://code.google.com/p/gozerbot/source/detail?r=dfc27b16feb6

Modified:
/gozerbot/xmpp/core.py

=======================================
--- /gozerbot/xmpp/core.py Mon Jan 23 04:00:39 2012
+++ /gozerbot/xmpp/core.py Sun Aug 5 06:49:19 2012
@@ -86,7 +86,7 @@
try:
data = res[subelement]
if data:
- main += "<%s>%s</%s>" % (subelement, XMLescape(data),
subelement)
+ main += "<%s>%s</%s>" % (subelement,
XMLescape(str(data)), subelement)
gotsub = True
except KeyError: pass
if gotsub: main += "</%s>" % elem
Reply all
Reply to author
Forward
0 new messages