RawSend Method
      
 

Description

Sends raw data to the server.


Return Type

None  


Syntax

object.RawSend Text



The RawSend Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodXMPP.
Text Required. A String value. This parameter represents the command that will be sent with RawSend Method.

Remarks

RawSend method can be used to 'inject' specific command or data anytime during session lifetime, to override or adjust behavior of wodXMPP. You should only use it if you are familiar with XMPP protocol since bad command could completely destroy your current session (especially if bad XML is sent).