Reputation: 1
I am using ejabberd 14.07.
When I send a space character in a message, it is replaced by the "+" symbol. What do I need to do to decode the message, for example message = "Hi test" means it will receive "Hi+test".
How to solve this problem ?
Upvotes: 0
Views: 248
Reputation: 9055
This is not related to ejabberd. ejabberd XMPP client (c2s) or server (s2s) connection does not replace space with + symbol. It looks like you have a web tool injecting content into ejabberd and that it does not decode its input properly.
Upvotes: 1