1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-26 13:34:51 +02: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:
Gaston Dombiak 2008-01-21 23:05:05 +00:00 committed by gato
parent 0a5229f7ad
commit 9876d05d52

View file

@ -33,6 +33,6 @@ public class SASLDigestMD5Mechanism extends SASLMechanism {
}
protected String getName() {
return "CRAM-MD5";
return "DIGEST-MD5";
}
}