[Server-devel] Gadget on XS

Dave Bauer dave.bauer at gmail.com
Wed Apr 8 15:53:07 EDT 2009


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'


 Startup in log says

2009/04/08 15:52 -0400 [-] Log opened.
2009/04/08 15:52 -0400 [-] twistd 2.5.0 (/usr/bin/python 2.5.1) starting up
2009/04/08 15:52 -0400 [-] reactor class: <class
'twisted.internet.selectreactor.SelectReactor'>
2009/04/08 15:52 -0400 [-] Loading /usr/share/gadget/gadget.tac...
2009/04/08 15:52 -0400 [-] Loaded.
2009/04/08 15:52 -0400 [-] Starting factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0xa17c46c>
2009/04/08 15:52 -0400 [Uninitialized] <twisted.internet.tcp.Connector
instance at 0xa181b8c> will retry in 2 seconds
2009/04/08 15:52 -0400 [Uninitialized] Stopping factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0xa17c46c>
2009/04/08 15:52 -0400 [-] Starting factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0xa17c46c>
2009/04/08 15:52 -0400 [Uninitialized] <twisted.internet.tcp.Connector
instance at 0xa181b8c> will retry in 5 seconds
2009/04/08 15:52 -0400 [Uninitialized] Stopping factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0xa17c46c>
2009/04/08 15:52 -0400 [-] Starting factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0xa17c46c>
2009/04/08 15:52 -0400 [Uninitialized] <twisted.internet.tcp.Connector
instance at 0xa181b8c> will retry in 16 seconds
2009/04/08 15:52 -0400 [Uninitialized] Stopping factory
<twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
0xa17c46c>

Thanks

Dave

>
>        G.
>
>
>


-- 
Dave Bauer
dave at solutiongrove.com
http://www.solutiongrove.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.laptop.org/pipermail/server-devel/attachments/20090408/723e7b86/attachment.htm 


More information about the Server-devel mailing list