#include <nonsaslauth.h>
Inherits IqHandler.
Inheritance diagram for NonSaslAuth:


Public Member Functions | |
| NonSaslAuth (Client *parent) | |
| virtual | ~NonSaslAuth () |
| void | doAuth (const std::string &sid) |
| virtual bool | handleIq (Stanza *stanza) |
| virtual bool | handleIqID (Stanza *stanza, int context) |
It is invoked by Client automatically if supported by the server and if SASL authentication is not supported. You should not need to use this class manually.
Definition at line 37 of file nonsaslauth.h.
|
|
Constructor.
Definition at line 23 of file nonsaslauth.cpp. |
|
|
Virtual Destructor. Definition at line 30 of file nonsaslauth.cpp. |
|
|
Starts authentication by querying the server for the required authentication fields. Digest authentication is preferred over plain text passwords.
Definition at line 39 of file nonsaslauth.cpp. |
|
|
Reimplement this function if you want to be notified about incoming IQs.
Implements IqHandler. Definition at line 123 of file nonsaslauth.cpp. |
|
||||||||||||
|
Reimplement this function if you want to be notified about incoming IQs with a specific value of the
Implements IqHandler. Definition at line 56 of file nonsaslauth.cpp. |
1.4.1