IJabberObject
This is the encapsulation of generic "Jabber Objects" which
are used in the Jabber browsing interface. For more detailed
information about browsing, see
docs.jabber.org
Properties
- Name [string] - The name or title of the object.
- JID [string] - The complete JabberID of the object.
- OType [JabberObjectType] - the type of the jabber object.
Possibilities include: jotService, jotConference,
jotUser, jotApplication, jotHeadline, jotRender,
jotKeyword, and jotRosterItem.
- SubType [string] - The specific type of this object. For example,
an AIM-T service would have OType = jotServer, and SubType = 'aim'.
- Count [integer] - Returns the number of children this object has.
Methods
- Child(index: integer): String
- Returns the JabberID (JID) of a specific child of
this browse object.