I use 3-rd party xmpp library that doesnt convert input to utf-8, so created stanzas
can contain locale-dependent strings. Ejabberd with default conf cannot interpret those symbols and return
"xml-bad-formed" answer. This problem can be solved by changing ejabberd configuration options in any manner?
Not configurable. You'll have
Not configurable. You'll have to fix that non-utf8 xmpp library.