Diff for "TechDocs/XMPP"

Differences between revisions 19 and 34 (spanning 15 versions)
Revision 19 as of 2012-03-10 13:13:32
Size: 4693
Editor: anonymous
Comment:
Revision 34 as of 2016-10-21 16:18:33
Size: 3899
Editor: vanitasvitae
Comment: fixed fellows link from lower to uppercase
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Jabber
= Fellowship Jabber server =
Each Fellow has an account on our public Jabber ([[http://xmpp.org/|XMPP]]) server for instant messaging.
## page was renamed from TechDoku/XMPP
## page was renamed from Migrated/XMPP
= Fellowship XMPP server =
Line 5: Line 5:
{{{

#!wiki caution
'''Authentication problems?'''

Your password for the jabber server doesn't work anymore? Just
use your usual Fellowship password! This is a new feature of the new
jabber server; read the rest of this page for more details.
}}}
Each Fellow has an account on our public [[http://en.wikipedia.org/wiki/Xmpp|XMPP]] (formerly known as "jabber") server for instant messaging.
Line 32: Line 23:
 * [[http://www.kadu.im/w/English:Main_Page|Kadu]]

 * [[http://www.mozilla.org/thunderbird/|Thunderbird]]

 * [[https://jitsi.org/|Jitsi]]
Line 33: Line 30:
   * [[http://salut-a-toi.org|Salut à Toi]]
Line 34: Line 33:
 * ... add your Free Software jabber client here  *

* ... add your Free Software XMPP client here
Line 44: Line 45:
 * Port: you can use the standard jabber port 5222, or the (deprecated) port 5223; if you are behind a blocking firewall/proxy, you can also use port 80 or 443 (the latter is more likely to work, since some ISPs filter traffic on port 80). In any case, the server will enforce a secure SSL/TLS connection.  * Port: you can use the standard XMPP port 5222; if you are behind a blocking firewall/proxy, you can also use the BOSH proxy on port 80 or 443 [[http://xmpp.org/extensions/xep-0124.html]], which can be found under the proxy settings in gajim for example
Line 56: Line 57:
To find other Fellows, you can either check their login on the Fellow listing at http://wiki.fsfe.org/fellows and try to contact them directly at `USERNAME@jabber.fsfe.org`, or use the Jabber User Directory on the server. To find other Fellows, you can either check their login on the Fellow listing at http://wiki.fsfe.org/Fellows and try to contact them directly at `USERNAME@jabber.fsfe.org`, or use the Jabber User Directory on the server. Some administrators even have their contact name listed on the FSFE [[https://fsfe.org/about/team.en.html|Team]] page
Line 62: Line 63:
If you wish to talk with others, there is also a multi user chat (MUC) server at `conference.jabber.fsfe.org` on which you can join existing chat rooms or open new ones for you and other Fellows. The `fellowship` chat room is a general meeting point for all Fellows, so feel free to join it! In addition to XMPP/Jabber, the FSFE's IRC channel is also used as a general meeting point for all Fellows.
Line 64: Line 65:
== Notes for specific clients ==  * Channel: #fsfe
 * Server: irc.freenode.org
Line 66: Line 68:
 * '''Kopete''' MUCs are available as "group chats" only from the context menu for an account; use the right mouse button on the systray icon, pick an account and choose "Join Groupchat...". Do not attempt to add a group chat as a contact, since that will just get you loads of domain-not-found errors.
 * '''Bitlbee''' MUCs are available as "chat room". You should add a chat entry with
 {{{
''Note'' : if you use ubuntu with Empathy, you'll have to install the account-plugin-irc package to be able to add an IRC account in the "Online Accounts" settings.
Line 70: Line 70:
   chat add N fellowship@conference.jabber.fsfe.org fellowship

}}}
 where ''N'' is the account number for you connection to jabber.fsfe.org. Then you can join the conference room by
 {{{

 /join &fellowship

}}}
 * '''Pidgin''' MUCs: Join via 'Buddies' -> 'Join a chat'. If you right-click the channel in your budyy list, you can make it 'Persistent' and 'Auto-Join'. These enable you to close the chat window without leaving the channel and to auto-join the channel when starting up / connecting the client.
Line 83: Line 73:


----
Category/FellowshipServices

Fellowship XMPP server

Each Fellow has an account on our public XMPP (formerly known as "jabber") server for instant messaging.

Connecting to the server

In order to use the Jabber service, you will need a Jabber client, such as:

Configuration is simple:

  • Username: your usual Fellowship username
  • Domain: jabber.fsfe.org (so your complete jabber account will be: USERNAME@jabber.fsfe.org)

  • Password: your usual Fellowship password
  • Jabber server: jabber.fsfe.org

  • Port: you can use the standard XMPP port 5222; if you are behind a blocking firewall/proxy, you can also use the BOSH proxy on port 80 or 443 http://xmpp.org/extensions/xep-0124.html, which can be found under the proxy settings in gajim for example

Notes for specific clients

  • Kopete When creating the account in Kopete, switch to the "connection" tab in the settings and check "Use protocol encryption (SSL)" and also make sure that "Allow plain-text password authentication" is enabled. The default server information should be ok. Cut-and-paste into the configuration dialog seems to be problematic: type the server name and your password by hand (and double check this if you are getting "host not found" errors).

  • Pidgin If you have problems with upgrading to versions > 2.6, it might be unavoidable to delete the account in pidgin and recreate it.

  • Pidgin + GnuTLS: SSL certificate problem Some users reported SSL connection problems while using Pidgin with the GnuTLS library (you can learn something more about this problem here and here). To fix this, you can manually add the jabber.fsfe.org SSL certificate to your pidgin client, as suggested in this blog post; note that downloading the server certificate directly from the jabber server using the "openssl" command won't work, instead you can download the certificate here: jabber.fsfe.org.pem

Contacting other Fellows

To find other Fellows, you can either check their login on the Fellow listing at http://wiki.fsfe.org/Fellows and try to contact them directly at USERNAME@jabber.fsfe.org, or use the Jabber User Directory on the server. Some administrators even have their contact name listed on the FSFE Team page

The Jabber User Directory is located at vjud.jabber.fsfe.org and you can use it to register yourself (so others can find you) and look for other Fellows on the server. Please see the documentation of your Jabber client on how to use this service.

Chat conferences

In addition to XMPP/Jabber, the FSFE's IRC channel is also used as a general meeting point for all Fellows.

  • Channel: #fsfe
  • Server: irc.freenode.org

Note : if you use ubuntu with Empathy, you'll have to install the account-plugin-irc package to be able to add an IRC account in the "Online Accounts" settings.


If you have problems with your Jabber account, you can contact <fellowship-hackers AT fsfeurope DOT org>


Category/FellowshipServices

TechDocs/XMPP (last edited 2021-07-02 06:31:58 by nico.rikken)