XMPPQueryRosterHandler class documentation

Authors

Generated by builder

Software documentation for the XMPPQueryRosterHandler class

XMPPQueryRosterHandler : ETXMLNullHandler

Declared in:
XMPPQueryRosterHandler.h
Handler for a query result in the jabber:iq:roster namespace. This is used by the server to deliver a series of roster entries. This class, when used as a parser delegate, will create an array of identities. The identities will then be returned to the parent via the standard mechanism.

Instance Variables



Instance Variables for XMPPQueryRosterHandler Class

deletedIdentities

@protected NSMutableArray* deletedIdentities;
Description forthcoming.

identities

@protected NSMutableArray* identities;
Description forthcoming.