Bugs item #3577466, was opened at 2012-10-15 15:18 Message generated for change (Comment added) made by kargor 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: Pending Resolution: Invalid 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; } ---------------------------------------------------------------------- >Comment By: Stefan Rossbach (kargor) Date: 2012-10-15 17:05 Message: If you are using an old Saros Version (pre 2012) and do not use Mac OS(if you use MAC OS, try to install a Java 7 JVM from Oracle), just leave the server field empty and all should work well. ---------------------------------------------------------------------- Comment By: Stefan Rossbach (kargor) Date: 2012-10-15 16:47 Message: Saros Version ? Mac OS ? Works fine on Windows (and should work for Mac). Tested with talk.google.com xmpp.l.google.com ---------------------------------------------------------------------- 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
