JabberResource class documentation

Authors

Generated by root

Software documentation for the JabberResource class

JabberResource : JabberIdentity

Declared in:
JabberResource.h
A JabberResource is a special kind of Jabber Identity representing an variant of and identity which is already stored in the system as a bare JID. See also JabberRootIdentity.

Instance Variables

Method summary

root 

- (JabberIdentity*) root;
Returns the identity on which this is based. If this is foo@example.com/bar, then this will return the identity representing foo@example.com.

setRoot: 

- (void) setRoot: (JabberIdentity*)identity;
Set the root identity for this identity. The identity set here will be returned when -root is called.



Instance Variables for JabberResource Class

root

@protected JabberIdentity* root;
Description forthcoming.