query_jabber_iq_auth class documentation

Authors

Generated by root

Software documentation for the query_jabber_iq_auth class

query_jabber_iq_auth : TRXMLNode

Declared in:
query_jabber_iq_auth.h
The query_jabber_iq_auth class is used to construct an auth request to send to the server. This is part of the Jabber (pre-XMPP) non-SASL authentication code and is no longer used. It is retained in case anyone feels like adding non-SASL auth support back in (some people might still want it...).

Instance Variables

Method summary

queryWithUsername: password: resource: 

+ (id) queryWithUsername: (NSString*)username password: (NSString*)password resource: (NSString*)resource;
Create a query with the specified username, password and resource.

initWithUsername: password: resource: 

- (id) initWithUsername: (NSString*)username password: (NSString*)password resource: (NSString*)resource;
Create a query with the specified username, password and resource.

setSessionID: 

- (void) setSessionID: (NSString*)streamID;
Sets the session ID, which should have been received from the server.



Instance Variables for query_jabber_iq_auth Class

pass

@protected NSString* pass;
Description forthcoming.

res

@protected NSString* res;
Description forthcoming.

sessionID

@protected NSString* sessionID;
Description forthcoming.

user

@protected NSString* user;
Description forthcoming.