RK - 2016-02-02

[bugs:#149] looks like opposite of this. Happens when someone copy some text and paste in Lync which contains newlines. In Pidgin I see all in single line without any newlines at all, same text sent to Lync client shows newlines. When typing newlines in Lync with [shift]+[enter], Pidgin correctly shows them.

$ pidgin --version
Pidgin 2.10.11 (libpurple 2.10.11)

Sipe version: 1.20.1

For example, in notepad typed 3 lines, newline after each line, copied and pasted in Lync and sent to Pidgin, UI shows all in single line:

line1line2line3

In debug log I see:

(11:53:34) sipe: got message from sip:***: <P style="margin-bottom:0pt; font-size:10pt; line-height:normal;">line1</P><P style="margin-bottom:0pt; font-size:10pt; line-height:normal;">line2</P><P style="margin-bottom:0pt; font-size:10pt; line-height:normal;">line3</P>

Seems that HTML P elements are not parsed correctly... maybe Pidgin bug?

 

Related

Bugs: #149