Defect in the Smack API

Just disable SASL.

---

** [bugs:#773] Add support for google apps accounts**

**Status:** closed-invalid
**Labels:** XMPP 
**Created:** Mon Oct 15, 2012 10:18 PM UTC by Anonymous
**Last Updated:** Sat Dec 15, 2012 08:23 PM UTC
**Owner:** nobody

As per a comment on issue 3133676, Saros does not work correctly with google 
apps accounts as it scrubs the domain from login name before authentication. 
There is code in Saros.java \(Line 638\) to check for google accounts. An 
additional check for server name should be added to flag talk.google.com as 
requiring the domain appended to the login name. Code should look like:

if \(domain.equalsIgnoreCase\("gmail.com"\)
|| domain.equalsIgnoreCase\("googlemail.com"\)
|| server.equalsIgnoreCase\("talk.google.com"\)\) \{
username += "@" + domain;
\}

---

Sent from sourceforge.net because you indicated interest in 
<https://sourceforge.net/p/dpp/bugs/773/>

To unsubscribe from further messages, please visit 
<https://sourceforge.net/auth/prefs/>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to