Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » ECF and Google for domains
ECF and Google for domains [message #618827] Thu, 12 July 2007 00:13 Go to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Hi guys,

first, congratulations, this is a nice piece of work.

I face a problem when trying to set up my gmail for domain account.
I am able to set up my account in kopete by setting the server as
talk.google.com, while my username remains atoulme@intalio.com.

However I am unable to do that in ECF, unless there is a secret
handshake I didn't catch.

Please tell me if I missed something, I'll be happy to file a bug
regarding this issue if necessary.

Cheers,

Antoine

--
Intalio, the Open Source BPMS Company

<a href="http://www.intalio.com">http://www.intalio.com</a>
<a href="http://bpms.intalio.com">Community website</a>
Re: ECF and Google for domains [message #618828 is a reply to message #618827] Thu, 12 July 2007 08:06 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
As far as I know, the XMPP(s) have a single field for userid, and assume that the server is the same as the domain. It doesn't need to be the same; but I suspect that it is treated as the same.

There's nothing in the UI about it, so if you can raise a bug against ECF providers, then that would be good :-)

Alex.
Re: ECF and Google for domains [message #618829 is a reply to message #618828] Thu, 12 July 2007 11:29 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
BTW you might like to try me@mydomain>@gmail.com in the id. I had a quick look at the code, and this might work. NB the Google stuff is horribly hard-coded to look for the string 'gmail.com'; I'll file a separate bug about that.

Alex.
Re: ECF and Google for domains [message #618830 is a reply to message #618829] Thu, 12 July 2007 12:42 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
I raised <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=196298">bug 196293</a> to track this.

Alex
Re: ECF and Google for domains [message #618831 is a reply to message #618830] Thu, 12 July 2007 17:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Thanks Alex,

I'll try your hack, comment on your bu and open a new one if necessary.

Alex Blewitt wrote:
> I raised <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=196298">bug 196293</a> to track this.
>
> Alex


--
Intalio, the Open Source BPMS Company

<a href="http://www.intalio.com">http://www.intalio.com</a>
<a href="http://bpms.intalio.com">Community website</a>
Re: ECF and Google for domains [message #618832 is a reply to message #618831] Thu, 12 July 2007 23:06 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
The xxx@gmail>@googletalk doesn't work. Oh well ...

I attached a patch to <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=196298">bug 196298</a> that should allow different domains. Does the google domain thing use the same talk.google.com server, just with a different ID? If so, once this patch is applied you'll be able to run eclipse -Decf.xmpp.google.override=yourdomain.com, and then it will treat anything@yourdomain.com as being a reference for talk.google.com instead. I don't have a google domain to test it with, but I did simulate one with my own domain and it seemed to fall back to the talk.google.com domain.

You'll even be able to test it out ... I've just written a post on <a href="http://www.eclipsezone.com/eclipse/forums/t98711.html">checking out plug-ins from the plug-ins view</a> that makes it trivial to check out a plug-in; in this case, the org.eclipse.ecf.provider.xmpp one. You can test run that for me, as well as the fix ;-)

Alex.
Re: ECF and Google for domains [message #618833 is a reply to message #618832] Fri, 13 July 2007 20:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Alex Blewitt wrote:
> The xxx@gmail>@googletalk doesn't work. Oh well ...
Yes, I tried that too.
>
> I attached a patch to <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=196298">bug 196298</a> that should allow different domains. Does the google domain thing use the same talk.google.com server, just with a different ID? If so, once this patch is applied you'll be able to run eclipse -Decf.xmpp.google.override=yourdomain.com, and then it will treat anything@yourdomain.com as being a reference for talk.google.com instead. I don't have a google domain to test it with, but I did simulate one with my own domain and it seemed to fall back to the talk.google.com domain.
>
> You'll even be able to test it out ... I've just written a post on <a href="http://www.eclipsezone.com/eclipse/forums/t98711.html">checking out plug-ins from the plug-ins view</a> that makes it trivial to check out a plug-in; in this case, the org.eclipse.ecf.provider.xmpp one. You can test run that for me, as well as the fix ;-)
I will certainly do that. However, I haven't been able to connect to
Google Talk through Kopete yersterday (last time I tried was about one
year ago, and it worked fine), so I am wondering if there is an outage
of this service if you are not a paying Google customer.

I will let you know the results of my search.

Thanks a lot for looking into it!
>
> Alex.


--
Intalio, the Open Source BPMS Company

<a href="http://www.intalio.com">http://www.intalio.com</a>
<a href="http://bpms.intalio.com">Community website</a>
Re: ECF and Google for domains [message #618834 is a reply to message #618833] Fri, 13 July 2007 21:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Alex, I have been able to connect with the Windows Google Talk client to
my google for domains account.

While this does not give me the exact address of the server to log on
to, we know that the service works.

I'll try the fix you made tonight.

Antoine
Re: ECF and Google for domains [message #618837 is a reply to message #618834] Sat, 14 July 2007 23:21 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Antoine,

This fix (in addition to others) is available in ECF 1.0.1.

See 'ECF 1.0.1 Now Available' posting.

Scott
Re: ECF and Google for domains [message #618855 is a reply to message #618837] Tue, 24 July 2007 21:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

To follow up on this:

apparently the full fix will be available in ECF 1.0.2.

I was happy to help, and look forward to use Google Talk directly with
my Eclipse install.

Cheers,

Antoine

Scott Lewis wrote:
> Hi Antoine,
>
> This fix (in addition to others) is available in ECF 1.0.1.
>
> See 'ECF 1.0.1 Now Available' posting.
>
> Scott


--
Intalio, the Open Source BPMS Company

<a href="http://www.intalio.com">http://www.intalio.com</a>
<a href="http://bpms.intalio.com">Community website</a>
Re: ECF and Google for domains [message #618878 is a reply to message #618855] Tue, 24 July 2007 21:48 Go to previous message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Antoine,

I assume from your note that the latest is working with your gt
accounts/google domains? Could you let me know so that I can properly
address the disposition of this bug

https://bugs.eclipse.org/bugs/show_bug.cgi?id=196298

Scott

Antoine Toulme wrote:
> To follow up on this:
>
> apparently the full fix will be available in ECF 1.0.2.
>
> I was happy to help, and look forward to use Google Talk directly with
> my Eclipse install.
>
> Cheers,
>
> Antoine
>
> Scott Lewis wrote:
>> Hi Antoine,
>>
>> This fix (in addition to others) is available in ECF 1.0.1.
>>
>> See 'ECF 1.0.1 Now Available' posting.
>>
>> Scott
>
>
Previous Topic:bug day and ECF
Next Topic:trivial provider implementation
Goto Forum:
  


Current Time: Thu Apr 18 03:32:09 GMT 2024

Powered by FUDForum. Page generated in 0.02342 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top