dev1303 / gtalksms

Automatically exported from code.google.com/p/gtalksms
0 stars 0 forks source link

Automatically strip host part from username on login if necessary #232

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As described in http://community.igniterealtime.org/message/183770#183770 we 
need to strip the host part from the login call to prevent 

SASL authentication failes using mechanism DIGEST-MD5 errors

when doing a connection WITHOUT DNS SRV records AND not against the Google Talk 
servers.

The current workaround is to enter just the username (user@jabber.org -> user) 
in the Login preference, when
 - Use a different account
 - Manual server settings
 - not a @gmail.com @googlemail.com account

is true.

Original issue reported on code.google.com by fschm...@gmail.com on 5 Dec 2011 at 11:17