Authors
- Generated by root
-
- 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
+ (id)
queryWithUsername: (NSString*)username
password: (NSString*)password
resource: (NSString*)resource;
Create a query with the specified
username, password and
resource.
- (id)
initWithUsername: (NSString*)username
password: (NSString*)password
resource: (NSString*)resource;
Create a query with the specified
username, password and
resource.
- (void)
setSessionID: (NSString*)streamID;
Sets the session ID, which should have been received
from the server.
Instance Variables for query_jabber_iq_auth Class
@protected NSString* pass;
Description forthcoming.
@protected NSString* res;
Description forthcoming.
@protected NSString* sessionID;
Description forthcoming.
@protected NSString* user;
Description forthcoming.