Community Jabber Servers: Difference between revisions

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

{{jabber}}
{{jabber}}
{{TOCright}}
{{TOCright}}


== What is a Jabber Server==
== 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.
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 11: Line 16:


== 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. Please add a sysadmin contact email address so we can bug you when it's down...

MartinDengler: Please review: XO's (build 650) use legacy port 5223 not 5222 : xo1atscishare.com

<!--
<!--


Server testing done 20080901 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
$ 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/env 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
cl = Client(sys.argv[1])
def test_alive(server, port):
success = True
retval = None
try:
try:
success = cl.connect(server=(sys.argv[1], 5222))
cl = Client(server)
except StreamError, msg:
retval = cl.connect(server=(server, port))
if isinstance(msg, (HostGone, RemoteConnectionFailed, UndefinedCondition)):
except (ValueError, StreamError) as msg:
raise
if isinstance(msg, (ValueError, HostGone, RemoteConnectionFailed, UndefinedCondition)):
retval = False
else:
retval = True
return retval
success = test_alive(sys.argv[1], 5222)
success = success or test_alive(sys.argv[1], 5223)
sys.exit(0 if success else 1)
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
altmsg.com...down
chatmask.com...down
dc.olpc.obscure.org...up
chw.no-ip.org...down
jabber.buddycloud.com...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...down
potter-pod.no-ip.biz...up
school.letschange.org...down
schoolserver.laptop.org...down
xo1share.org...down
schoolserver.rit.edu...down
xochat.de...up
xmppcomm.com...up
xochat.org...down
xochat.de...down
xochat.lympago.com...down




--->
--->


{| class="wikitable"
{| class="wikitable" style="background: white;"
|+ Community Servers
|+ Community Servers
|-
|-
! server name !! status !! community !! comments
! server name !! community !! comments !! sysadmin contact
|- 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
|-
|-
| orcalab.net || Open to all || Various transports, located in Germany || xmpp@blackonion.org
| 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 || 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)]
|-
|-
| jabber.buddycloud.com || up || 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 ||
| xochat.de || up || ||
|}
|-
| [http://is-a-furry.org is-a-furry.org] ||Open to All || MUC and Multilingual Webinterface available. || JID: Arsimael@is-a-furry.org ||
|}




=== Connecting to a community jabber server ===
=== Connecting to a community jabber server ===
Open Terminal, then type the following commands :


In Sugar, click on the centre icon, then My Settings, Network, and change the Server.
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!


=== Other servers ===

These servers were down as of last check (2008-09-01).

{| class="wikitable"
|+ Community Servers
|-
! server name !! status !! community !! comments
|-
| potter-pod.no-ip.biz || DOWN || Richmond, VA. (any)||
|-
| opteron.9grid.us || DOWN || Austin, TX (any) || |[[Xo-austin|Austin Area Jabber Collaboration Server]]
|-
| jabber.olpchacks.org || DOWN || Chicago, IL (any) || [[OLPC Chicago/JabberServer|OLPC Chicago Jabber Server]]
|-
| chi.il.us.xochat.org || DOWN || Chicago, IL (any) ||
|-
|nejabber.homelinux.org|| DOWN ||New England (any)|| [[OLPC New England|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 [[Olpc_US_Jabber|wiki page]] for more info.
|-
| xo1share.org || UP 2008-09-01 || G1G1 (any) Focus: Great Lakes Region|| xo1@scishare.com (Location: Grand Blanc, Michigan) Status: xoshare.org/mi
|-
|}

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