Свойство | Тип | Описание | |
---|---|---|---|
Version | string |
Метод | Описание | |
---|---|---|
Connect ( ) : void |
Connects this instance to an XMPP server.
|
|
Disconnect ( ) : void |
Disconnects this instance from the server.
|
|
Send ( Tag tag ) : void |
Send a message to the server via a Tag
|
|
Send ( Ubiety.Infrastructure.TagEventArgs args ) : void |
Send a message to the server via a Tag
|
|
Xmpp ( ) : System |
Initializes a new instance of the Xmpp class.
|
public Send ( Tag tag ) : void | ||
tag | Tag | Tag to send to the server |
Результат | void |
public Send ( Ubiety.Infrastructure.TagEventArgs args ) : void | ||
args | Ubiety.Infrastructure.TagEventArgs | Event argument containing tag to send to the server |
Результат | void |