Browse Source

Jitsi instructions for XMPP

Bob Mottram 11 years ago
parent
commit
c94eab4db0
1 changed files with 15 additions and 1 deletions
  1. 15
    1
      beaglebone.txt

+ 15
- 1
beaglebone.txt View File

1964
 ln -sf /etc/prosody/conf.avail/xmpp.cfg.lua /etc/prosody/conf.d/xmpp.cfg.lua
1964
 ln -sf /etc/prosody/conf.avail/xmpp.cfg.lua /etc/prosody/conf.d/xmpp.cfg.lua
1965
 #+END_SRC
1965
 #+END_SRC
1966
 
1966
 
1967
-Add a user.  You will be prompted to specify a password.  You can repeat the process for as many users as needed.
1967
+Add a user.  You will be prompted to specify a password.  You can repeat the process for as many users as needed.  This will also be your Jabber ID (JID).
1968
 
1968
 
1969
 #+BEGIN_SRC: bash
1969
 #+BEGIN_SRC: bash
1970
 prosodyctl adduser myusername@mydomainname.com
1970
 prosodyctl adduser myusername@mydomainname.com
2006
 prosodyctl status
2006
 prosodyctl status
2007
 #+END_SRC
2007
 #+END_SRC
2008
 
2008
 
2009
+*** Using with Jitsi
2010
+Jitsi is the recommended communications client for desktop or laptop systems, since it includes the /off the record/ (OTR) feature which provides some additional security beyond the usual SSL certificates.
2011
+
2012
+Jitsi can be downloaded from https://jitsi.org/
2013
+
2014
+On your desktop/laptop open Jitsi and select *Options* from the *Tools* menu.
2015
+
2016
+Click *Add* to add a new user, then enter the Jabber ID which you previously specified with /prosodyctl/ when setting up the XMPP server.  Close and then you should notice that your status is "Online" (or if not then you should be able to set it to online).
2017
+
2018
+From the *File* menu you can add contacts, then select the chat icon to begin a chat.  Click on the lock icon on the right hand side and this will initiate an authentication procedure in which you can specify a question and answer to verify the identity of the person you're communicating with.  Once authentication is complete then you'll be chating using OTR, which provides an additional layer of security.
2019
+
2020
+You can also [[https://www.youtube.com/watch?v=vgx7VSrDGjk][see the following video]] as an example of using OTR.
2009
 *** Using with Ubuntu
2021
 *** Using with Ubuntu
2022
+The default XMPP client in Ubuntu is Empathy.  Using Empathy isn't as secure as using Jitsi, since it doesn't include the /off the record/ feature, but since it's the default it's what many users will have easy access to.
2023
+
2010
 Open *System Settings* and select *Online Accounts*, *Add account*  and then *Jabber*.
2024
 Open *System Settings* and select *Online Accounts*, *Add account*  and then *Jabber*.
2011
 
2025
 
2012
 Enter your username (myusername@mydomainname.com) and password.
2026
 Enter your username (myusername@mydomainname.com) and password.