Subject: Custom IQ Escaped Data
Hi,
I have an old AGSXMPP C# client that I want to connect to a new server.
The new server doesn't use AGSXMPP. The application sends XML in a custom IQ and it looks like the AGSXMPP library escapes the data when it puts it in the IQ. That means the old application is not efficient but that is not my problem.
My problem is that I can escape the XML and return it to the old client in the same custom IQ but the client does not process it correctly.
It is like I have to tell the client that it should first unescape this data.
Question: How does the AGSXMPP code know to unescape xml data in custom IQs? Is this information added to the IQ in the AGSXMPP version of my server application?
Thanks!
I have an old AGSXMPP C# client that I want to connect to a new server.
The new server doesn't use AGSXMPP. The application sends XML in a custom IQ and it looks like the AGSXMPP library escapes the data when it puts it in the IQ. That means the old application is not efficient but that is not my problem.
My problem is that I can escape the XML and return it to the old client in the same custom IQ but the client does not process it correctly.
It is like I have to tell the client that it should first unescape this data.
Question: How does the AGSXMPP code know to unescape xml data in custom IQs? Is this information added to the IQ in the AGSXMPP version of my server application?
Thanks!
ayyrk
Show profile
Link to this post
