Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12162

Re: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized

$
0
0

Hi Flow, thank you! As I wrote before it is not possible to enabled DEBUG mode in alpha6 (on Android).

 

In meantime I perform a positive test with public prosody server:

 

XMPPTCPConnectionConfiguration.XMPPTCPConnectionConfigurationBuilder conf = XMPPTCPConnectionConfiguration.builder();
conf.setHost("twattle.net");
conf.setPort(5222);
conf.setServiceName("twattle.net");

SASLAuthentication.blacklistSASLMechanism("SCRAM-SHA-1");
AndPassword("testtest", "testtest");

conf.setSecurityMode(ConnectionConfiguration.SecurityMode.enabled);

 

I still can not login to our openfire server with DIGEST-MD5.


Viewing all articles
Browse latest Browse all 12162

Trending Articles