summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-03-29 21:07:53 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-03-29 21:07:53 +0200
commit51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b (patch)
tree7dcf3a431daaeb200dba00ea6d33c8068d2b0202 /src/tabs.py
parent42f4d555125ef3616e630b3e502285c496d382fc (diff)
downloadpoezio-51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b.tar.gz
poezio-51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b.tar.bz2
poezio-51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b.tar.xz
poezio-51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b.zip
Remove the xhtml-im that was inserted for debug, add the start of a method to enter attributes in Inputs, convert \n to <br /> in xhtml_im bodies and put that body in a <p> element
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index e3bea971..b7624c2b 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -557,7 +557,6 @@ class MucTab(ChatTab):
msg = self.core.xmpp.make_message(self.get_name())
msg['type'] = 'groupchat'
msg['body'] = line
- msg['xhtml_im'] = "<body><p>coucou</p></body>"
if config.get('send_chat_states', 'true') == 'true' and self.remote_wants_chatstates is not False:
msg['chat_state'] = 'active'
msg.send()