Parse Method
      
 

Description

Parses XML data as it would be received from socket.


Return Type

None  


Syntax

object.Parse XMLData



The Parse Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodXMPP.
Hostname Required. A String value. XML structured data wodXMPP will process.

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.