![]() |
KVIrc 5.2.6
Developer APIs
|
#include "KviSASL.h"
#include "KviCString.h"
#include "KviMemory.h"
#include <QByteArray>
#include <QStringList>
Namespaces | |
namespace | KviSASL |
This namespace implement some SASL authentication methods. | |
Functions | |
bool | KviSASL::externalMethod (const KviCString &szIn, KviCString &szOut) |
Create the auth message for EXTERNAL authentication. | |
bool | KviSASL::plainMethod (const KviCString &szIn, KviCString &szOut, const QByteArray &baNick, const QByteArray &baPass) |
Create the auth message for PLAIN authentication. | |
QStringList | KviSASL::supportedMethods () |
Returns a list of the supported SASL methods. | |