XMPPResource class documentation

Authors

Generated by builder

Software documentation for the XMPPResource class

XMPPResource : XMPPIdentity

Declared in:
XMPPResource.h
A XMPPResource 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 

- (XMPPIdentity*) 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: (XMPPIdentity*)identity;
Set the root identity for this identity. The identity set here will be returned when -root is called.



Instance Variables for XMPPResource Class

root

@protected XMPPIdentity* root;
Description forthcoming.