Subject: Matrix.vNext sending XML string instead of XmppXElement
Hello,
Currently I'm translating the following implementation of: https://github.com/larscom/nefit-easy-dotnet to Matrix.vNext for .net standard support.
Due to the realllyyyyy bad implementation of Nefit it is required that when sending the put message to Nefit that is sended as a true string instead translated to actually a carriage return.
I'm already searching for quite some time that I am able to send the message with those characters in it but I'm still unable to. The old library accepts a xml string which is accepted by the Nefit backend.
Could maybe someone help me out?
Thank you in advance.
Currently I'm translating the following implementation of: https://github.com/larscom/nefit-easy-dotnet to Matrix.vNext for .net standard support.
Due to the realllyyyyy bad implementation of Nefit it is required that when sending the put message to Nefit that is sended as a true string instead translated to actually a carriage return.
I'm already searching for quite some time that I am able to send the message with those characters in it but I'm still unable to. The old library accepts a xml string which is accepted by the Nefit backend.
Could maybe someone help me out?
Thank you in advance.