Fix #209: group chat doesn't like HTML
commit93939bc92187f2b0bdf98dc9932f0f8105e19da0
authorStefan Becker <chemobejk@gmail.com>
Mon, 5 Aug 2013 20:35:41 +0000 (5 23:35 +0300)
committerStefan Becker <chemobejk@gmail.com>
Mon, 5 Aug 2013 20:35:41 +0000 (5 23:35 +0300)
tree3501aa2d30f19d2825ff1ffb3f1f9e2dd0508eb4
parent6719af7da6efa6b8c7589d5e70108c1320834311
Fix #209: group chat doesn't like HTML

Strip all HTML tags from the text before sending it to the server.

HTML stripping can remove line endings. So we first split the text on
<br>'s, strip HTML tags from each line and then join them together with
"\r\n".
ChangeLog
src/core/sipe-groupchat.c