Back to product page

Parse method


Parses XML data as it would be received from socket.

Syntax

  • Basic
object.Parse (Xml)
The Parse(object,Xml) syntax has these parts:
objectAn expression evaluating to an object of type wodXMPP
XmlString.

Remarks

Parse method will cause wodXMPP to process XML data in the same way if it would arrive from the server. In other words, you can "feed" wodXMPP with your own XMPP protocol data to see how wodXMPP behaves. wodXMPP will send any possible reply back to the socket.
This method is usefull for support too - if you encounter problems with wodXMPP we can feed it with data from your log file to see what you experience.

Platforms

Windows