XMPPRootIdentity class documentation
Authors
Generated by builder
Software documentation for the XMPPRootIdentity class
XMPPRootIdentity
:
XMPPIdentity
Declared in:
XMPPRootIdentity.h
A root identity; one which may have additional identities for individual resources associated with it.
Instance Variables
Method summary
-addResource:
-identityForResource:
-resources
addResource:
- (void)
addResource:
(
JID
*)_jid;
Adds a new resource, specified by a full JID.
identityForResource:
- (
XMPPIdentity
*)
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 XMPPRootIdentity Class
resourceList
@protected NSMutableArray*
resourceList
;
Description forthcoming.
resources
@protected NSMutableDictionary*
resources
;
Description forthcoming.