Community Jabber Servers: Difference between revisions

From OLPC
Jump to navigation Jump to search
(update list of servers that are up)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{dated}}
<noinclude>[[Category:Community]]
<noinclude>[[Category:Community]]
[[Category:SchoolServer]]
[[Category:SchoolServer]]
Line 11: Line 10:
A (specially configured) [[jabber]] server is used to allow multiple XOs/Sugar instances to connect and collaborate remotely. Imagine that a school in Peru and a school in Canada wanted to collaborate via their XOs. The mesh network doesn't stretch that far, but the two schools could use a Jabber server to communicate.
A (specially configured) [[jabber]] server is used to allow multiple XOs/Sugar instances to connect and collaborate remotely. Imagine that a school in Peru and a school in Canada wanted to collaborate via their XOs. The mesh network doesn't stretch that far, but the two schools could use a Jabber server to communicate.


The non-sugarlabs.org servers might serve specific geographic regions or other groups.
Currently, jabber servers can handle up to about 150 users due to scalability issues. So it makes more sense for there to be several community run servers, for specific or general purposes. The existing community servers are organized - by geographic region, by special interest, kids or parents or whatever their users like.


To set up your own community or private server, see: [[Run your own jabber server]].
To set up your own community or private server, see: [[Run your own jabber server]].
Line 75: Line 74:
|-
|-
! server name !! community !! comments !! sysadmin contact
! server name !! community !! comments !! sysadmin contact
|- style="background: yellow;"
| jabber.laptop.org || all || Jabber server for OLPC || olpc-sysadmin@lists.laptop.org
|- style="background: lightgreen;"
|- style="background: lightgreen;"
| jabber.sugarlabs.org || developers, testers, latest Sugar version users || default collaboration server for Sugar on a Stick, but also a development installation undergoing changes || jabber AT sugarlabs DOT org systems@lists.sugarlabs.org http://wiki.sugarlabs.org/go/Service/jabber
| jabber.sugarlabs.org || developers, testers, latest Sugar version users || a development installation undergoing changes || jabber AT sugarlabs DOT org systems@lists.sugarlabs.org http://wiki.sugarlabs.org/go/Service/jabber
|-
|-
| orcalab.net || Open to all || Various transports, located in Germany || xmpp@blackonion.org
| orcalab.net || Open to all || Various transports, located in Germany || xmpp@blackonion.org
Line 88: Line 85:
| [http://im.it-native.de im.it-native.de] ||Open to All || German Server. MUC and Webinterface aviable. || JID: Arsimael@im.it-native.de ||
| [http://im.it-native.de im.it-native.de] ||Open to All || German Server. MUC and Webinterface aviable. || JID: Arsimael@im.it-native.de ||
|-
|-
| [http://is-a-furry.org is-a-furry.org] ||Open to All || MUC and Multilingual Webinterface aviable. || JID: Arsimael@is-a-furry.org ||
| [http://is-a-furry.org is-a-furry.org] ||Open to All || MUC and Multilingual Webinterface available. || JID: Arsimael@is-a-furry.org ||
|}
|}


Line 94: Line 91:
=== Connecting to a community jabber server ===
=== Connecting to a community jabber server ===


In Sugar, click on the centre icon, then My Settings, Network, and change the Server.
==== Latest version (8.2) ====

Use the [http://wiki.laptop.org/go/Sugar-control-panel#Network graphical Control Panel] to set the Mesh (aka Jabber) server to one from the ''server name'' column in the table above.

==== Older versions (Pre-8.2) ====

1. Open Terminal

2. Type the following command:

sugar-control-panel -s jabber jabber.laptop.org

''replace jabber.laptop.org with the jabber server you with to use''

3. Restart Sugar '''(warning: first close your activities to save them!)''' by pressing ctrl+alt+erase

4. Go to the neighborhood view and have fun!

=== Previously-up servers ===

These servers were down as of last check (2010-11-01).

{| class="wikitable" style="background: white;"
|+ Community Servers
|-
! server name !! community !! comments
|-
| jabber.xo-quebec.org || Montreal, Qc (any) || [http://www.xo-quebec.org/configuration-xo-quebec Québec Area Jabber Server(fr)]
|-
| jabber-hispano.org || Hispana || [http://www.jabber-hispano.org Servidor jabber de la Comunidad Hispana] ||
|-
| jabber.olpchacks.org || Chicago, IL (any) || [[OLPC Chicago/JabberServer|OLPC Chicago Jabber Server]] ||
|}

Latest revision as of 04:18, 14 August 2017


   Jabber: | Community Jabber Servers | Run a Jabber Server | Category:Jabber

What is a Jabber Server

A (specially configured) jabber server is used to allow multiple XOs/Sugar instances to connect and collaborate remotely. Imagine that a school in Peru and a school in Canada wanted to collaborate via their XOs. The mesh network doesn't stretch that far, but the two schools could use a Jabber server to communicate.

The non-sugarlabs.org servers might serve specific geographic regions or other groups.

To set up your own community or private server, see: Run your own jabber server.


Community Server Directory

If you want to publicize your server, please list it below. In "community", specify who should use this server - be as specific as possible. Please add a sysadmin contact email address so we can bug you when it's down...


Community Servers
server name community comments sysadmin contact
jabber.sugarlabs.org developers, testers, latest Sugar version users a development installation undergoing changes jabber AT sugarlabs DOT org systems@lists.sugarlabs.org http://wiki.sugarlabs.org/go/Service/jabber
orcalab.net Open to all Various transports, located in Germany xmpp@blackonion.org
potter-pod.no-ip.biz Richmond, VA. (any)
xmppcomm.com Open to All Ukrainian server. Supports jabber domain hosting JID: jadm@xmppcomm.com, E-mail: jadm@xmppcomm.com
im.it-native.de Open to All German Server. MUC and Webinterface aviable. JID: Arsimael@im.it-native.de
is-a-furry.org Open to All MUC and Multilingual Webinterface available. JID: Arsimael@is-a-furry.org


Connecting to a community jabber server

In Sugar, click on the centre icon, then My Settings, Network, and change the Server.