KVIrc 5.2.6
Developer APIs
KviSASL.h File Reference
#include "kvi_settings.h"
#include <QStringList>

Go to the source code of this file.

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.