mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 06:42:05 +01:00
Fixed typo in SASL name.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@9803 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
0a5229f7ad
commit
9876d05d52
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ public class SASLDigestMD5Mechanism extends SASLMechanism {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getName() {
|
protected String getName() {
|
||||||
return "CRAM-MD5";
|
return "DIGEST-MD5";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue