mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 09:39:39 +02:00
Use the FQDN for SASL auth -- fixes GSSAPI (SMACK-224).
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8272 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
ac958c9971
commit
bdc61a2db2
2 changed files with 5 additions and 2 deletions
|
@ -73,6 +73,7 @@ public abstract class SASLMechanism {
|
|||
* response to the server's challenge.
|
||||
*
|
||||
* @param challenge a base64 encoded string representing the challenge.
|
||||
* @throws IOException if an exception sending the response occurs.
|
||||
*/
|
||||
public void challengeReceived(String challenge) throws IOException {
|
||||
// Build the challenge response stanza encoding the response text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue