#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 (const IQ &iq) |
| virtual void | handleIqID (const IQ &iq, 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.
XEP Version: 2.3
Definition at line 39 of file nonsaslauth.h.
|
|
Constructor.
Definition at line 86 of file nonsaslauth.cpp. |
|
|
Virtual Destructor. Definition at line 96 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 106 of file nonsaslauth.cpp. |
|
|
Reimplement this function if you want to be notified about incoming IQs.
Implements IqHandler. Definition at line 61 of file nonsaslauth.h. |
|
||||||||||||
|
Reimplement this function if you want to be notified about incoming IQs with a specific value of the
Implements IqHandler. Definition at line 116 of file nonsaslauth.cpp. |
1.4.1