|
@@ -1964,7 +1964,7 @@ Save and exit. Create a symbolic link.
|
1964
|
1964
|
ln -sf /etc/prosody/conf.avail/xmpp.cfg.lua /etc/prosody/conf.d/xmpp.cfg.lua
|
1965
|
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
|
1969
|
#+BEGIN_SRC: bash
|
1970
|
1970
|
prosodyctl adduser myusername@mydomainname.com
|
|
@@ -2006,7 +2006,21 @@ Report the status of the XMPP server:
|
2006
|
2006
|
prosodyctl status
|
2007
|
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
|
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
|
2024
|
Open *System Settings* and select *Online Accounts*, *Add account* and then *Jabber*.
|
2011
|
2025
|
|
2012
|
2026
|
Enter your username (myusername@mydomainname.com) and password.
|