Hi,
We have found that when we copied and pasted a message from another system into Spark, Spark crashed with an error of:
Your connection was closed due to an error
It appears that the error is caused by the ASCII character code 001 (SOH)
Is there any way to overcome this through configuration, or does this require a code fix?
Many Thanks
Mario
wroot
2
How can i generate that character to test this issue?
The character can be found in attached file. Copy and paste entire line into a Spark message window.
Many Thanks
Error.txt.zip (207 Bytes)
wroot
4
I was able to reproduce now. Actually this is not a Spark issue, but an Openfire bug. I have filed this as OF-515.
wroot
5
Sorry, but Guus says this is not a bug and this character is not supported by XMPP standard and so Openfire is closing the stream.
For info Pidgin deals with this issue and does not allow the character to be pasted into th window.
Many Thanks