[Server-devel] Gadget on XS

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Apr 13 05:50:40 EDT 2009


Le mercredi 08 avril 2009 à 15:53 -0400, Dave Bauer a écrit :
> 
> 
> On Fri, Apr 3, 2009 at 10:15 AM, Guillaume Desmottes
> <guillaume.desmottes at collabora.co.uk> wrote:
>         
>         
>         
>         Did you properly configured ejabberd as explained in Gadget's
>         README?
>         You should have something like that:
>         
>          {5560, ejabberd_service, [
>              {ip, {127, 0, 0, 1}},
>              {access, all},
>              {host, "gadget.jabber.sugarlabs.org", [{password,
>         "xxxx"}]}]},
>         
>         Your gadget.config should match these params.
>         
>         Then don't forget to restart ejabberd to reload the new
>         configuration.
>         
> 
> This is what my jabber config looks like
>   {5560, ejabberd_service, [
>       {ip, {206, 192, 23, 224}},
>       {access, all},
>       {host, "gadget.jabber.sugarlabs.org", [{password, ""}]}]},
> 
> 
> and my gadget.config
> 
> server_host = 'jabber'
> server_port = 5560
> domain = 'sugarlabs.org'
> password = ''
> roster_path = 'gadget.roster'


Seems Gadget can't connect to ejabberd. Is Gadget running on the same
machine as ejabberd? If yes then you should use "localhost" instead of
the server public IP.
I'm not sure ejabberd will be happy with an empty password. Try to set
one.


	G.





More information about the Server-devel mailing list