Community Jabber Servers: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
(54 intermediate revisions by 24 users not shown)
Line 1: Line 1:
<noinclude>[[Category:Community]]
[[Category:SchoolServer]]
[[Category:Jabber]]
</noinclude>

{{jabber}}
{{jabber}}
{{TOCright}}
{{TOCright}}
Line 5: 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 16: Line 21:
<!--
<!--


Server testing most recently done 20081213 by MartinDengler using python-xmpp:
Server testing most recently done 20141021 by MartinDengler using python-xmpp:


$ sudo yum -y install python-xmpp
$ cat ./xmpp_alive.py ; (for name in `curl http://wiki.laptop.org/go/Community_Jabber_Servers 2> /dev/null| grep "^<td>.*\(\.edu\|\.com\|\.org\|\.biz\|\.us\|\.de\)" | perl -npe 's/<td>\s*([^<]+)\s*<\/td>.*/\1/' | sort | uniq` ; do echo -n $name... ; if (./xmpp_alive.py $name > /dev/null 2>&1) ; then echo "up" ; else echo "down" ; fi ; done)
$ cat ./xmpp_alive.py ; (for name in $(curl http://wiki.laptop.org/go/Community_Jabber_Servers 2> /dev/null| grep "^<td>.*\(\.com\|\.org\|\.biz\|\.us\|\.de\|\.edu\)" | perl -npe 's/<td>\s*(<a[^>]+>)?\s*([^<]+)\s*(<\/a>)?\s*<\/td>.*/\2/' | sort | uniq) ; do echo -n $name... ; if (./xmpp_alive.py $name > /dev/null 2>&1) ; then echo "up" ; else echo "down" ; fi ; done)
#!/usr/bin/python
#!/usr/bin/python
import socket, sys
import socket, sys
socket.setdefaulttimeout(5.0)
socket.setdefaulttimeout(2.0)
from xmpp import *
from xmpp import *
success = None
success = None
Line 29: Line 35:
cl = Client(server)
cl = Client(server)
retval = cl.connect(server=(server, port))
retval = cl.connect(server=(server, port))
except (ValueError, StreamError), msg:
except (ValueError, StreamError) as msg:
if isinstance(msg, (ValueError, HostGone, RemoteConnectionFailed, UndefinedCondition)):
if isinstance(msg, (ValueError, HostGone, RemoteConnectionFailed, UndefinedCondition)):
retval = False
retval = False
Line 39: Line 45:
sys.exit(0 if success else 1)
sys.exit(0 if success else 1)



chi.il.us.xochat.org...down
altmsg.com...down
dc.olpc.obscure.org...up
jabber.buddycloud.com...up
chatmask.com...down
jabber-hispano.org...up
chw.no-ip.org...down
jabber.laptop.org...up
dc.olpc.obscure.org...down
im.it-native.de...up
is-a-furry.org...up
jabber.buddycloud.com...down
jabber-hispano.org...down
jabber.laptop.org...down
jabber.olpchacks.org...down
jabber.olpchacks.org...down
jabber.xo-quebec.org...up
jabber.sugarlabs.org...up
nejabber.homelinux.org...down
jabber.xo-quebec.org...down
olpc.usjabber.org...down
kimly.org...down
orcalab.net...up
opteron.9grid.us...down
potter-pod.no-ip.biz...up
potter-pod.no-ip.biz...up
school.letschange.org...down
schoolserver.laptop.org...down
schoolserver.laptop.org...down
schoolserver.media.mit.edu...up
schoolserver.rit.edu...down
xo1share.org...up
xmppcomm.com...up
xochat.de...up
xochat.de...down
xochat.lypago.org...up
xochat.lympago.com...down

xochat.org...down


--->
--->
Line 64: Line 74:
|-
|-
! server name !! community !! comments !! sysadmin contact
! server name !! community !! comments !! sysadmin contact
|- style="background: yellow;"
|- style="background: lightgreen;"
| 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
| jabber.laptop.org || all || Jabber server for OLPC
|-
|-
| orcalab.net || Open to all || Various transports, located in Germany || xmpp@blackonion.org
| dc.olpc.obscure.org || Washington, DC area (any) || [[OLPC Learning Club D.C./Jabber_Server|OLPC D.C. Jabber Server]] (now back up after some downtime)
|-
|-
| potter-pod.no-ip.biz || Richmond, VA. (any)|| ||
| jabber-hispano.org || Hispana || [http://www.jabber-hispano.org Servidor jabber de la Comunidad Hispana]
|-
|-
| jabber.buddycloud.com || Open to all || Jabber server including location based API (http://blog.buddycloud.com/node/1)
| [http://xmppcomm.com xmppcomm.com] ||Open to All || Ukrainian server. Supports jabber domain hosting || JID: jadm@xmppcomm.com, E-mail: jadm@xmppcomm.com
|-
|-
| [http://im.it-native.de im.it-native.de] ||Open to All || German Server. MUC and Webinterface aviable. || JID: Arsimael@im.it-native.de ||
| jabber.xo-quebec.org || Montreal, Qc (any) || [http://www.xo-quebec.org/configuration-xo-quebec Québec Area Jabber Server(fr)]
|-
|-
| [http://is-a-furry.org is-a-furry.org] ||Open to All || MUC and Multilingual Webinterface available. || JID: Arsimael@is-a-furry.org ||
| potter-pod.no-ip.biz || Richmond, VA. (any)||
|-
|}
| schoolserver.media.mit.edu || developers || Jabber server for OLPC/Sugar developers
|-
| xochat.lympago.com || G1G1 (any) Focus: Australia || Not affilitated with xochat.org.
|-
| xochat.de || ||
|-
| xo1share.org || G1G1 (any) Focus: Great Lakes Region.|| Location: Michigan / Site status: http://xoshare.org/mi || xo1@scishare.com
|-
| powerplus.hopto.org || Open To All || Need About 1000 Users, Testing Until 2009-03-01::Spark IM Client for [Audio, Video, Text Chat] || admin@powerplus.hopto.org
|}




=== 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!

=== Other servers ===

These servers were down as of last check (2008-12-13).

{| class="wikitable" style="background: white;"
|+ Community Servers
|-
! server name !! community !! comments
|-
| chi.il.us.xochat.org || Chicago, IL (any) ||
|-
| opteron.9grid.us || Austin, TX (any) || |[[Xo-austin|Austin Area Jabber Collaboration Server]]
|-
| jabber.olpchacks.org || Chicago, IL (any) || [[OLPC Chicago/JabberServer|OLPC Chicago Jabber Server]]
|-
|nejabber.homelinux.org|| New England (any)|| [[OLPC New England|New England Jabber Collaboration Server]]
|-
|school.letschange.org || Bainbridge Island, WA (any) || [[OLPC Seattle/Seattle Area Jabber Collaboration Server]].
|-
|olpc.usjabber.org || Open to all US, Server in Vermont ||US public jabber server. Read our [[Olpc_US_Jabber|wiki page]] for more info.
|-
| schoolserver.laptop.org || developers || Jabber server for OLPC/Sugar developers
|-
|-
| xochat.org || G1G1 (any) || See [[xochat.org Community Server]] for more info and regional jabber servers.
|}

=== Jabber server activity ===
;XO connections to the servers listed above, on ''August 8, 2008, 2:00-2:30 PM EST'':

* xochat.org - 16
* school.letschange.org - 3
* jabber.olpchacks.org - 2
* dc.olpc.obscure.org - 2
* xochat.de - 1
* all others - 0

;XO connections to the servers listed above, on ''July 24, 2008, 12:00-12:30 PM EST'':
* xochat.org - 18
* school.letschange.org - 3
* xochat.de - 1
* all others - 0


[[Category:Community]]
[[Category:SchoolServer]]
[[Category:Jabber]]

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.