Re: [Server-devel] Gadget on XS

2009-04-01 Thread Morgan Collett
2009/3/31 Dave Bauer d...@solutiongrove.com:
 Ok I have the gadget RPM installed. What should I see in the admin
 interface? I looked at virtual hosts - nodes - modules and I don't see
 anything likely.
 How can I tell if gadget is doing anything interesting?

If you're on IRC, ask daf or cassidy in #sugar or #telepathy (on
freenode). They are the Gadget developers.

Otherwise, contact them on the sugar-devel list or
o...@collabora.co.uk - AFAIK they're not on laptop.org mailing lists
any more.

Regards
Morgan
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] notes on scaling ejabberd for the XO's

2009-03-16 Thread Morgan Collett
On Mon, Mar 16, 2009 at 00:30, Daniel Drake d...@laptop.org wrote:
 2009/3/15 Martin Langhoff martin.langh...@gmail.com:
 Client code for Gadget seems to be integrated in the Telepathy new
 Sugar present on the SoaS images. The server side -- the proper gadget
 code -- isn't on any XS, and I haven't seen or tested it (lack of time
 :-( )

 Even if I had, it's a ton of new code, a lot more adventurous than
 what we're doing w moodle. So short/midterm, following ejabberd+moodle
 is lower risk from the perspective of a deployment today.

 One thing I still don't understand about gadget... how does it
 actually solve the problem? I'm assuming the problem it solves is lack
 of partitioning, and the fact that the neighborhood view becomes kind
 of impossible after 50 users, etc. Right?

 So what does gadget do? Is there a new client side UI for electing
 groups? Who chooses, the kids or the teachers? etc.

Gadget:
* Shows people you have explicitly friended (which is trivial, that's
just a conventional non-shared roster)
* Shows you some random people on the server so you can bootstrap your friends
* Has a search API so you can search for specific nicks (I don't know
if this is implemented client-side yet.)

The people you need to talk to about it are Dafydd Harries and
Guillaume Desmottes at Collabora. I don't know if they're still on
this list, but you can reach them through on the sugar-devel list.

Regards
Morgan
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] unregister from schoolserver

2008-08-11 Thread Morgan Collett
On Sun, Aug 10, 2008 at 23:55, Martin Langhoff
[EMAIL PROTECTED] wrote:
 On Sun, Aug 10, 2008 at 8:15 PM, Simon Schampijer [EMAIL PROTECTED] wrote:
 I was wondering what should/must happen on the server side when an xo
 wants to unregister. Is there already a command for that?

 http://dev.laptop.org/ticket/7765

 None on the server side, and I don't know if there should be one -
 there is no useful use case for it. It's OK for the XO to 'forget' its
 registration and not tell the server so as to be free to register to
 another server. Use cases are for testing and for change of school.

 The XS will probably learn (later) to forget accounts that it has not
 seen in a very long time.

There is an ejabberdctl delete-older-users command mentioned on
http://wiki.laptop.org/go/Ejabberd_Configuration#Tips to remove users
who haven't logged in for some time period.

Presence Service automatically reregisters on the jabber server if it
gets an authentication error, so we don't track whether you are
registed on the server or not, any more - it just does the right
thing.

Regards
Morgan
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel