KVIrc 5.2.0
Developer APIs
Namespaces | Functions
KviSASL.cpp File Reference
#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.