JabberRootIdentity class documentation

Authors

Generated by root

Software documentation for the JabberRootIdentity class

JabberRootIdentity : JabberIdentity

Declared in:
JabberRootIdentity.h
A root identity; one which may have additional identities for individual resources associated with it.

Instance Variables

Method summary

addResource: 

- (void) addResource: (JID*)_jid;
Adds a new resource, specified by a full JID.

identityForResource: 

- (JabberIdentity*) identityForResource: (NSString*)resource;
Returns the identity associated with a specific resource.

resources 

- (NSArray*) resources;
Returns an array of all resources associated with this identity.



Instance Variables for JabberRootIdentity Class

resourceList

@protected NSMutableArray* resourceList;
Description forthcoming.

resources

@protected NSMutableDictionary* resources;
Description forthcoming.