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
1 changed files with 1 additions and 1 deletions

View File

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