C# Class LiveCodingChat.Xmpp.XmppTest

Datei anzeigen Open project: jvbsl/LiveCodingChat Class Usage Examples

Public Methods

Method Description
Send ( string xml, string type = null, string id = null, XMPPMessage del = null ) : void
XmppTest ( Livecoding client ) : System

Private Methods

Method Description
Join ( ) : void
KeepAliveTimer_Elapsed ( object sender, System e ) : void
Login ( string jid, string password ) : void
OpenStream ( ) : void
Ping ( ) : void
SendRessource ( ) : void
Socket_MessageReceived ( object sender, WebSocket4Net e ) : void
Socket_Opened ( object sender, EventArgs e ) : void
StartSession ( ) : void
XMPP_Close ( XmlElement node ) : void
XMPP_Features ( XmlElement node ) : void
XMPP_IQ ( XmlElement element ) : void
XMPP_Message ( XmlElement element ) : void
XMPP_Open ( XmlElement node ) : void
XMPP_Presence ( XmlElement element ) : void
XMPP_Success ( XmlElement node ) : void
getValue ( XmlNode val ) : string

Method Details

Send() public method

public Send ( string xml, string type = null, string id = null, XMPPMessage del = null ) : void
xml string
type string
id string
del XMPPMessage
return void

XmppTest() public method

public XmppTest ( Livecoding client ) : System
client Livecoding
return System