Export to GitHub

pyicqt - issue #198

Escape characters required/interpreted in messages


Posted on Jan 15, 2010 by Swift Giraffe

What steps will reproduce the problem? 1. Send a message through the PyICQt transport via ejabberd to an icq contact. 2. Have the message contain "test \n test2 \"

What is the expected output? What do you see instead? The contact recieves:

test test2 \

The contact should receive: test \n test2 \

What version of the product are you using? On what operating system? pyicqt-0.8.1.5

Running ejabberd 2.0.1-6+lenny1 on Debian

Please provide any additional information below.

Other transports on the same server/native transports work as expected.

Ty for the transport! Apologies if this is a dupe/known.

Status: New

Labels:
Type-Defect Priority-Medium