C# Класс Ubiety.Xmpp

Implements the XMPP(Jabber) Core and IM protocols

The Extensible Messaging and Presence Protocol (XMPP) is an open XML technology for real-time communications, which powers a wide range of applications including instant messaging, presence, media negotiation, white boarding, collaboration, lightweight middle-ware, content syndication, and generalized XML delivery.

This library is an implementation of this protocol. Those involved with the design and development of this library are as committed to open standards as the committees who created the original protocol.

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

Открытые свойства

Свойство Тип Описание
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.

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

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

Connects this instance to an XMPP server.
public Connect ( ) : void
Результат void

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

Disconnects this instance from the server.
public Disconnect ( ) : void
Результат void

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

Send a message to the server via a Tag
public Send ( Tag tag ) : void
tag Tag Tag to send to the server
Результат void

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

Send a message to the server via a Tag
public Send ( Ubiety.Infrastructure.TagEventArgs args ) : void
args Ubiety.Infrastructure.TagEventArgs Event argument containing tag to send to the server
Результат void

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

Initializes a new instance of the Xmpp class.
public Xmpp ( ) : System
Результат System

Описание свойств

Version публичное статическое свойство

Version of the library.
public static string Version
Результат string