Represents the user's roster.

Namespace: S22.Xmpp.Im
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class Roster : IEnumerable<RosterItem>, 
	IEnumerable

Remarks

In XMPP jargon, the user's contact list is called a 'roster'.

Inheritance Hierarchy

System..::..Object
  S22.Xmpp.Im..::..Roster

See Also