metajack / libstrophe

The libstrophe repository has moved to https://github.com/strophe/libstrophe
http://strophe.im/libstrophe
Other
135 stars 49 forks source link

Fix escaping of XML text and attributes #32

Closed ittner closed 11 years ago

ittner commented 11 years ago

Currently, all XML special characters (<, >, &, ") are sent to the server verbatim, implying in invalid a invalid session and dropping the connection.

How to reproduce the bug:

The linked branch fixes the bug.