Bläddra i källkod

Update instructions for xmpp on Android

Bob Mottram 9 år sedan
förälder
incheckning
c965356c40
1 ändrade filer med 13 tillägg och 4 borttagningar
  1. 13
    4
      doc/EN/usage.org

+ 13
- 4
doc/EN/usage.org Visa fil

195
 /connect myaddress.onion
195
 /connect myaddress.onion
196
 /join freedombone
196
 /join freedombone
197
 #+END_SRC
197
 #+END_SRC
198
+
199
+Note that if *usewithtor* doesn't work then the *torify* command might.
198
 *** XChat
200
 *** XChat
199
 If you are using the XChat client:
201
 If you are using the XChat client:
200
 
202
 
282
 *** Using with Android
284
 *** Using with Android
283
 Install [[https://f-droid.org/][F-Droid]]
285
 Install [[https://f-droid.org/][F-Droid]]
284
 
286
 
285
-Search for and install Xabber.
287
+Search for and install *Orbot* and *Conversations*.
286
 
288
 
287
 Add an account and enter your Jabber/XMPP ID and password.
289
 Add an account and enter your Jabber/XMPP ID and password.
288
 
290
 
289
-From the menu select *Settings* then *Security* then *OTR mode*.  Set the mode to *Required*.
291
+From the menu select *Settings* then *Expert Settings*. Select *Connect via Tor* and depending on your situation you might also want to select *Don't save encrypted messages*.
292
+
293
+From the menu select *Manage accounts* and add a new account.
290
 
294
 
291
-Make sure that *Check server certificate* is not checked.
295
+#+BEGIN_SRC bash
296
+Jabber ID: myusername@mydomain
297
+Password:  your XMPP password
298
+Hostname:  mydomain
299
+Port:      5222
300
+#+END_SRC
292
 
301
 
293
-Go back to the initial screen and then using the menu you can add contacts and begin chatting.  Both parties will need to go through the off-the-record question and answer verification before the chat can begin, but that only needs to be done once for each person you're chatting with.
302
+Then select *Next*. When chatting you can use the lock icon to encrypt your conversation. It's also going through Tor, so passive surveillance of the metadata should not be easy for an adversary.
294
 ** Tox
303
 ** Tox
295
 Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
304
 Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
296
 *** Using the Toxic client
305
 *** Using the Toxic client