Back to product page

RawSend method


Sends raw data to the server.

Syntax

  • Basic
object.RawSend (Text)
The RawSend(object,Text) syntax has these parts:
objectAn expression evaluating to an object of type wodXMPP
TextA 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).

Platforms

Windows