Jabber: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Removed reference to xochat and replaced it with reference to Community Jabber Server Page)
(categorize)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>[[Category:Network]]</noinclude>
{{jabber}}{{TOCright}}

If you're looking for how to run your own Jabber server for remote Mesh sharing, you want the [[Jabber server]] page.
If you're looking for how to run your own Jabber server for remote Mesh sharing, you want the [[Jabber server]] page.


If you would like to change which Jabber server that your XO (or emulated XO) is currently using, you want the [[Sugar_Control_Panel | Sugar Control Panel]].
If you would like to change which Jabber server that your XO (or emulated XO) is currently using, you want the [[Sugar_Control_Panel | Sugar Control Panel]].


If you would like to chat with other XO users using a Jabber chat client see Template:User_Jabber
If you want to display your jabber contact details on your user profile to chat with other OLPCians, see Template:User_Jabber


== Community Jabber Servers ==
== Community Jabber Servers ==
Line 9: Line 12:
There are a number of community jabber servers available for your XO. Visit [[Community Jabber Servers]] to see the full list.
There are a number of community jabber servers available for your XO. Visit [[Community Jabber Servers]] to see the full list.


== Connecting to a jabber server ==
=== Connecting to a community jabber server ===
If you want to connect quickly, simply open terminal. Then type the following commands:
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!

== Mixing OLPC and non-OLPC clients ==

In OLPC Release 8.2.0, non-Sugar IM clients (like Pidgin) that are registered on the Jabber server don't show up on the XO Sugar Neighborhood View, but the XOs (and other Sugar clients) will show up in the buddy list of your IM client. You can initiate a Chat from the IM client to an XO, which will show a Chat invitation on the frame. If that is accepted, you can chat from your IM client to the XO.

=== Workaround ===

In the next release (OLPC 9.1 or Sugar 0.84), non Sugar IM clients should automatically show up on the Neighborhood View. In the mean time someone has suggested this workaround to show your IM client on a Sugar Neighborhood View:


Send the following IQ:
sugar-control-panel -s jabber jabber server url


<iq type="set" id="18" from='dirkx@xochat.org'>
then at the same time press ctrl+alt+erase
<pubsub xmlns="http://jabber.org/protocol/pubsub">
then go to the neighborhood veiw and have fun!
<publish node="http://laptop.org/xmpp/buddy-properties">
<item>
<properties xmlns="http://laptop.org/xmpp/buddy-properties">
<property type="str" name="ip4-address">X.Y.Z.Z</property>
<property type="bytes" name="key">AAAAB3Nz....WiHx5Rqfg=</property>
<property type="str" name="color">#00bF00,#a0000</property>
</properties>
</item>
</publish>
</pubsub>
</iq>


This lets Sugar pick you up. Where X.Y.Z.Z. is your IP address; the Key is just about anything (but take the key from your ~/.ssh/*.pub file to stay within the spirit) and the colours are the usual RGB triples; one for the inside and one for the outside (i.e. the example is dark green with dark red.


[[Category:Jabber]]
[[Category:Jabber]]

Latest revision as of 18:22, 14 September 2011

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

If you're looking for how to run your own Jabber server for remote Mesh sharing, you want the Jabber server page.

If you would like to change which Jabber server that your XO (or emulated XO) is currently using, you want the Sugar Control Panel.

If you want to display your jabber contact details on your user profile to chat with other OLPCians, see Template:User_Jabber

Community Jabber Servers

There are a number of community jabber servers available for your XO. Visit Community Jabber Servers to see the full list.

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!

Mixing OLPC and non-OLPC clients

In OLPC Release 8.2.0, non-Sugar IM clients (like Pidgin) that are registered on the Jabber server don't show up on the XO Sugar Neighborhood View, but the XOs (and other Sugar clients) will show up in the buddy list of your IM client. You can initiate a Chat from the IM client to an XO, which will show a Chat invitation on the frame. If that is accepted, you can chat from your IM client to the XO.

Workaround

In the next release (OLPC 9.1 or Sugar 0.84), non Sugar IM clients should automatically show up on the Neighborhood View. In the mean time someone has suggested this workaround to show your IM client on a Sugar Neighborhood View:

Send the following IQ:

 <iq type="set" id="18" from='dirkx@xochat.org'>
     <pubsub xmlns="http://jabber.org/protocol/pubsub">
       <publish node="http://laptop.org/xmpp/buddy-properties">
         <item>
           <properties xmlns="http://laptop.org/xmpp/buddy-properties">
             <property type="str" name="ip4-address">X.Y.Z.Z</property>
             <property type="bytes" name="key">AAAAB3Nz....WiHx5Rqfg=</property>
             <property type="str" name="color">#00bF00,#a0000</property>
           </properties>
         </item>
       </publish>
     </pubsub>
 </iq>

This lets Sugar pick you up. Where X.Y.Z.Z. is your IP address; the Key is just about anything (but take the key from your ~/.ssh/*.pub file to stay within the spirit) and the colours are the usual RGB triples; one for the inside and one for the outside (i.e. the example is dark green with dark red.