Bugs item #3577466, was opened at 2012-10-15 15:18 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=3577466&group_id=167540
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XMPP Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: Add support for google apps accounts Initial Comment: 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; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=3577466&group_id=167540 ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Dpp-robot mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dpp-robot
