aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_jabber.c')
-rw-r--r--res/res_jabber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 78ff7d9a6..2520f02ab 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -523,7 +523,7 @@ static int aji_start_sasl(iksparser *prs, enum ikssasltype type, char *username,
char *base64;
if (type == IKS_STREAM_SASL_MD5)
- return iks_start_sasl(prs, type, username, pass);
+ return iks_start_sasl(prs, IKS_SASL_DIGEST_MD5, username, pass);
x = iks_new("auth");
if (!x) {