C# Class jabber.connection.RoomParticipant

Mostrar archivo Open project: codebutler/jabber-net Class Usage Examples

Public Methods

Method Description
RoomParticipant ( Presence pres ) : System

Create a participant from the last presence received for that user.

ToString ( ) : string

The nick JID or nick (real).

Method Details

RoomParticipant() public method

Create a participant from the last presence received for that user.
public RoomParticipant ( Presence pres ) : System
pres Presence
return System

ToString() public method

The nick JID or nick (real).
public ToString ( ) : string
return string