Bugs item #3577466, was opened at 2012-10-15 15:18 Message generated for change (Comment added) 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; } ---------------------------------------------------------------------- >Comment By: https://www.google.com/accounts () Date: 2012-10-16 14:27 Message: I am changing the resolution back to none - take a good look at the code and actually test it using a google apps account ([email protected]), and you will see that this is a valid issue/bug/missing feature. ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-16 14:14 Message: Using Mint Linux and JDK6. This is with the latest code checked out from https://dpp.svn.sourceforge.net/svnroot/dpp/trunk/dpp/de.fu_berlin.inf.dpp ---------------------------------------------------------------------- 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 ------------------------------------------------------------------------------ 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_sfd2d_oct _______________________________________________ Dpp-robot mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dpp-robot
