SCRAM-SHA-1 authentication mechanism support

This commit is contained in:
Dmitry Podgorny
2014-08-30 15:45:10 +03:00
parent 52dcd26b8c
commit ea719cd02a
8 changed files with 470 additions and 4 deletions

View File

@@ -147,6 +147,7 @@ struct _xmpp_handlist_t {
#define SASL_MASK_PLAIN 0x01
#define SASL_MASK_DIGESTMD5 0x02
#define SASL_MASK_ANONYMOUS 0x04
#define SASL_MASK_SCRAMSHA1 0x08
typedef void (*xmpp_open_handler)(xmpp_conn_t * const conn);