Community Jabber Servers: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (→‎Community Server Directory: tidy up table markup)
(→‎Community Server Directory: marked down servers, sorted servers by up/down, then DNS name)
Line 12: Line 12:
== Community Server Directory ==
== 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.
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 testing done 20080901 by MartinDengler using python-xmpp:

$ cat ./xmpp_alive.py
#!/usr/bin/env python
import socket, sys
socket.setdefaulttimeout(5.0)
from xmpp import *
cl = Client(sys.argv[1])
success = True
try:
success = cl.connect(server=(sys.argv[1], 5222))
except StreamError, msg:
if isinstance(msg, (HostGone, RemoteConnectionFailed, UndefinedCondition)):
raise
sys.exit(0 if success else 1)

$ (for name in `curl http://wiki.laptop.org/go/Community_Jabber_Servers 2> /dev/null| grep "^<td>.*\(\.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)
chi.il.us.xochat.org...down
dc.olpc.obscure.org...up
jabber.buddycloud.com...up
jabber.olpchacks.org...down
jabber.xo-quebec.org...up
nejabber.homelinux.org...down
olpc.usjabber.org...down
opteron.9grid.us...down
potter-pod.no-ip.biz...down
school.letschange.org...down
xo1share.org...down
xochat.de...up
xochat.org...down


--->


{| class="wikitable"
{| class="wikitable"
|+ Community Servers
|+ Community Servers
|-
|-
! server name !! status !! community !! comments
! server name !! status !! community !! comments
|-
|-
| dc.olpc.obscure.org || up || Washington, DC area (any) || [[OLPC Learning Club D.C./Jabber Server|OLPC D.C. Jabber Server]]
| potter-pod.no-ip.biz || up|| Richmond, VA. (any)|| none
|-
|-
| opteron.9grid.us || up|| Austin, TX (any) || |[[Xo-austin|Austin Area Jabber Collaboration Server]]
| jabber.xo-quebec.org || up || Montreal, Qc (any) || [http://www.xo-quebec.org/configuration-xo-quebec Québec Area Jabber Server(fr)]
|-
|-
| jabber.buddycloud.com || up || Open to all || Jabber server including location based API (http://blog.buddycloud.com/node/1)
| jabber.olpchacks.org || up as of 2008-05-22 || Chicago, IL (any) || [[OLPC Chicago/JabberServer|OLPC Chicago Jabber Server]]
|-
|-
| chi.il.us.xochat.org || up as of 2008-05-22 || Chicago, IL (any) ||
| xochat.de || up || ||
|-
|-
| potter-pod.no-ip.biz || DOWN || Richmond, VA. (any)||
| jabber.xo-quebec.org || up|| Montreal, Qc (any) || [http://www.xo-quebec.org/configuration-xo-quebec Québec Area Jabber Server(fr)]
|-
|-
|nejabber.homelinux.org||down as of 2008-05-22||New England (any)|| [[OLPC New England|New England Jabber Collaboration Server]] Back up and all bugs should be fixed!.
| opteron.9grid.us || DOWN || Austin, TX (any) || |[[Xo-austin|Austin Area Jabber Collaboration Server]]
|-
|-
| xochat.org || up as of 2008-05-22 || G1G1 (any) || See [[xochat.org Community Server]] for more info and regional jabber servers.
| jabber.olpchacks.org || DOWN || Chicago, IL (any) || [[OLPC Chicago/JabberServer|OLPC Chicago Jabber Server]]
|-
|-
| chi.il.us.xochat.org || DOWN || Chicago, IL (any) ||
|school.letschange.org || up || Bainbridge Island, WA (any) || [[OLPC Seattle/Seattle Area Jabber Collaboration Server]]. Come join us!
|-
|-
|nejabber.homelinux.org|| DOWN ||New England (any)|| [[OLPC New England|New England Jabber Collaboration Server]]
|olpc.usjabber.org || in progress || Open to all US, Server in Vermont ||US public jabber server. Read our [[Olpc_US_Jabber|wiki page]] for more info. <br>Estimated Date of Server Completion: Friday April 19th (maybe earlier)
|-
|-
| xochat.org || DOWN || G1G1 (any) || See [[xochat.org Community Server]] for more info and regional jabber servers.
| dc.olpc.obscure.org || up as of 2008-05-22 || Washington, DC area (any) || [[OLPC Learning Club D.C./Jabber Server|OLPC D.C. Jabber Server]]
|-
|-
|school.letschange.org || DOWN || Bainbridge Island, WA (any) || [[OLPC Seattle/Seattle Area Jabber Collaboration Server]].
| xochat.de || || ||
|-
|-
|olpc.usjabber.org || DOWN || Open to all US, Server in Vermont ||US public jabber server. Read our [[Olpc_US_Jabber|wiki page]] for more info.
| xo1share.org || Up (2008-08-05) Few # users|| G1G1 (any) Focus: Great Lakes Region|| xo1@scishare.com (Location: Grand Blanc, Michigan) Status: xoshare.org/mi
|-
|-
| xo1share.org || DOWN || G1G1 (any) Focus: Great Lakes Region|| xo1@scishare.com (Location: Grand Blanc, Michigan) Status: xoshare.org/mi
| jabber.buddycloud.com || up || Open to all || Jabber server including location based API (http://blog.buddycloud.com/node/1)
|-
|-
|}
|}

Revision as of 00:18, 2 September 2008

   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 XO's to connect and collaborate remotely. Imagine that a school in Peru and a school in Canada wanted to collaborate on XO's. 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.


Community Servers
server name status community comments
dc.olpc.obscure.org up Washington, DC area (any) OLPC D.C. Jabber Server
jabber.xo-quebec.org up Montreal, Qc (any) Québec Area Jabber Server(fr)
jabber.buddycloud.com up Open to all Jabber server including location based API (http://blog.buddycloud.com/node/1)
xochat.de up
potter-pod.no-ip.biz DOWN Richmond, VA. (any)
opteron.9grid.us DOWN Austin, TX (any) Austin Area Jabber Collaboration Server
jabber.olpchacks.org DOWN Chicago, IL (any) OLPC Chicago Jabber Server
chi.il.us.xochat.org DOWN Chicago, IL (any)
nejabber.homelinux.org DOWN New England (any) New England Jabber Collaboration Server
xochat.org DOWN G1G1 (any) See xochat.org Community Server for more info and regional jabber servers.
school.letschange.org DOWN Bainbridge Island, WA (any) OLPC Seattle/Seattle Area Jabber Collaboration Server.
olpc.usjabber.org DOWN Open to all US, Server in Vermont US public jabber server. Read our wiki page for more info.
xo1share.org DOWN G1G1 (any) Focus: Great Lakes Region xo1@scishare.com (Location: Grand Blanc, Michigan) Status: xoshare.org/mi


Connecting to a community jabber server

Open Terminal, then type the following commands :

sugar-control-panel -s jabber jabber.server.url

replace jabber.server.url with the jabber server you with to use

then restart Sugar (warning: first close your activities to save them!) by pressing ctrl+alt+erase - then go to the neighborhood view and have fun!


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