Community Jabber Servers: Difference between revisions
(→Connecting to a community jabber server: correct column/table reference to talk about "server name", not "hostname") |
(update list of up/down servers (xochat.com down, xochat.de up, others)) |
||
Line 16: | Line 16: | ||
<!-- |
<!-- |
||
Server testing most recently done |
Server testing most recently done 20081130 by MartinDengler using 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>.*\(\.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) |
||
Line 39: | Line 39: | ||
sys.exit(0 if success else 1) |
sys.exit(0 if success else 1) |
||
chi.il.us.xochat.org... |
chi.il.us.xochat.org...down |
||
dc.olpc.obscure.org...up |
dc.olpc.obscure.org...up |
||
jabber.buddycloud.com...up |
jabber.buddycloud.com...up |
||
jabber-hispano.org...up |
jabber-hispano.org...up |
||
jabber.laptop.org...up |
jabber.laptop.org...up |
||
jabber.olpchacks.org... |
jabber.olpchacks.org...down |
||
jabber.xo-quebec.org...up |
jabber.xo-quebec.org...up |
||
nejabber.homelinux.org...down |
nejabber.homelinux.org...down |
||
Line 54: | Line 54: | ||
schoolserver.media.mit.edu...up |
schoolserver.media.mit.edu...up |
||
xo1share.org...up |
xo1share.org...up |
||
xochat.de... |
xochat.de...up |
||
xochat.org... |
xochat.org...down |
||
---> |
---> |
||
Line 65: | Line 65: | ||
|- style="background: yellow;" |
|- style="background: yellow;" |
||
| jabber.laptop.org || all || Jabber server for OLPC |
| jabber.laptop.org || all || Jabber server for OLPC |
||
⚫ | |||
⚫ | |||
|- |
|- |
||
| 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) |
| 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) |
||
Line 73: | Line 71: | ||
|- |
|- |
||
| jabber.buddycloud.com || Open to all || Jabber server including location based API (http://blog.buddycloud.com/node/1) |
| jabber.buddycloud.com || Open to all || Jabber server including location based API (http://blog.buddycloud.com/node/1) |
||
⚫ | |||
| jabber.olpchacks.org || Chicago, IL (any) || [[OLPC Chicago/JabberServer|OLPC Chicago Jabber Server]] |
|||
|- |
|- |
||
| jabber.xo-quebec.org || Montreal, Qc (any) || [http://www.xo-quebec.org/configuration-xo-quebec Québec Area Jabber Server(fr)] |
| jabber.xo-quebec.org || Montreal, Qc (any) || [http://www.xo-quebec.org/configuration-xo-quebec Québec Area Jabber Server(fr)] |
||
Line 81: | Line 77: | ||
|- |
|- |
||
| schoolserver.media.mit.edu || developers || Jabber server for OLPC/Sugar developers |
| schoolserver.media.mit.edu || developers || Jabber server for OLPC/Sugar developers |
||
⚫ | |||
⚫ | |||
|- |
|- |
||
| xo1share.org || G1G1 (any) Focus: Great Lakes Region.|| xo1@scishare.com (Location: Grand Blanc, Michigan) Status: http://xoshare.org/mi |
| xo1share.org || G1G1 (any) Focus: Great Lakes Region.|| xo1@scishare.com (Location: Grand Blanc, Michigan) Status: http://xoshare.org/mi |
||
⚫ | |||
⚫ | |||
|} |
|} |
||
Line 115: | Line 111: | ||
|+ Community Servers |
|+ Community Servers |
||
|- |
|- |
||
! server name |
! server name !! community !! comments |
||
|- |
|- |
||
⚫ | |||
⚫ | |||
|- |
|- |
||
| |
| 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]] |
|||
⚫ | |||
|- |
|- |
||
⚫ | |||
⚫ | |||
|- |
|- |
||
⚫ | |||
⚫ | |||
|- |
|- |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
|} |
|} |
||
Revision as of 22:51, 30 November 2008
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.
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.
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.
server name | community | comments |
---|---|---|
jabber.laptop.org | all | Jabber server for OLPC |
dc.olpc.obscure.org | Washington, DC area (any) | OLPC D.C. Jabber Server (now back up after some downtime) |
jabber-hispano.org | Hispana | Servidor jabber de la Comunidad Hispana |
jabber.buddycloud.com | Open to all | Jabber server including location based API (http://blog.buddycloud.com/node/1) |
jabber.xo-quebec.org | Montreal, Qc (any) | Québec Area Jabber Server(fr) |
potter-pod.no-ip.biz | Richmond, VA. (any) | |
schoolserver.media.mit.edu | developers | Jabber server for OLPC/Sugar developers |
xochat.de | ||
xo1share.org | G1G1 (any) Focus: Great Lakes Region. | xo1@scishare.com (Location: Grand Blanc, Michigan) Status: http://xoshare.org/mi |
Connecting to a community jabber server
Latest version (8.2)
Use the 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-11-08).
server name | community | comments |
---|---|---|
chi.il.us.xochat.org | Chicago, IL (any) | |
opteron.9grid.us | Austin, TX (any) | Austin Area Jabber Collaboration Server |
jabber.olpchacks.org | Chicago, IL (any) | OLPC Chicago Jabber Server |
nejabber.homelinux.org | New England (any) | 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 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