C# Класс LiveCodingChat.Xmpp.XmppTest

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Send ( string xml, string type = null, string id = null, XMPPMessage del = null ) : void
XmppTest ( Livecoding client ) : System

Приватные методы

Метод Описание
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

Описание методов

Send() публичный Метод

public Send ( string xml, string type = null, string id = null, XMPPMessage del = null ) : void
xml string
type string
id string
del XMPPMessage
Результат void

XmppTest() публичный Метод

public XmppTest ( Livecoding client ) : System
client Livecoding
Результат System