Re: Pidgin replacing newlines with spaces?

2017-01-21 Thread Eion Robb
Libpurple expects html for messages, have you tried using a tag instead of using a newline? On 22/01/2017 09:10, "Nicholas DeLello" wrote: I've been playing around with the dbus bindings for pidgin using Python, and in doing so, I found that the PurpleConvImSend()

Pidgin replacing newlines with spaces?

2017-01-21 Thread Nicholas DeLello
I've been playing around with the dbus bindings for pidgin using Python, and in doing so, I found that the PurpleConvImSend() and PurpleConvSend() methods were replacing newlines from my messages with spaces. Sending/Receiving messages from the GUI works as intended, newlines are not replaced.