Selaa lähdekoodia

Keep conversations in foreground

Bob Mottram 9 vuotta sitten
vanhempi
commit
c994d68f5c
1 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 8
    8
      doc/EN/usage.org

+ 8
- 8
doc/EN/usage.org Näytä tiedosto

240
 # HexChat should not use the same circuit/exit server as other Tor applications.
240
 # HexChat should not use the same circuit/exit server as other Tor applications.
241
 # Otherwise activity in different applications could be correlated to the same
241
 # Otherwise activity in different applications could be correlated to the same
242
 # pseudonym. There is a way to prevent that.
242
 # pseudonym. There is a way to prevent that.
243
-# It is called stream isolation. We use IsolateSOCKSAuth, 
243
+# It is called stream isolation. We use IsolateSOCKSAuth,
244
 # see https://www.torproject.org/docs/tor-manual-dev.html.en
244
 # see https://www.torproject.org/docs/tor-manual-dev.html.en
245
 # The password is actually not required, but it does not hurt either.
245
 # The password is actually not required, but it does not hurt either.
246
 # Will probable not hurt on Tor 0.2.2 and below.
246
 # Will probable not hurt on Tor 0.2.2 and below.
265
 # /set irc_hide_version ON
265
 # /set irc_hide_version ON
266
 # /set identd OFF <-- NOT working on all HexChat-based IRC software.
266
 # /set identd OFF <-- NOT working on all HexChat-based IRC software.
267
 # But still highly suggested to include & use it.
267
 # But still highly suggested to include & use it.
268
-# Probable not needed on UNIX, source: http://xchat.org/faq/#q21 
268
+# Probable not needed on UNIX, source: http://xchat.org/faq/#q21
269
 dcc_auto_chat = 0
269
 dcc_auto_chat = 0
270
 dcc_auto_resume = 0
270
 dcc_auto_resume = 0
271
 dcc_auto_send = 0
271
 dcc_auto_send = 0
281
 # -> Quit: <Deleted everything!>
281
 # -> Quit: <Deleted everything!>
282
 # -> Leave channel: <Deleted everything!>
282
 # -> Leave channel: <Deleted everything!>
283
 # -> Away: <Deleted everything!>
283
 # -> Away: <Deleted everything!>
284
-away_reason = 
285
-irc_part_reason = 
286
-irc_quit_reason = 
284
+away_reason =
285
+irc_part_reason =
286
+irc_quit_reason =
287
 
287
 
288
 # By default, HexChat based IRC software uses your platform OS(Operating System)s
288
 # By default, HexChat based IRC software uses your platform OS(Operating System)s
289
 # login user name as your nickname, user name, real name.  To prevent leaking
289
 # login user name as your nickname, user name, real name.  To prevent leaking
469
 
469
 
470
 Add an account and enter your Jabber/XMPP ID and password.
470
 Add an account and enter your Jabber/XMPP ID and password.
471
 
471
 
472
-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*.
472
+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*. Also within expert settings select *Keep in foreground*. This will enable you to still receive notifications when your device is in standby mode with the screen turned off.
473
 
473
 
474
 From the menu select *Manage accounts* and add a new account.
474
 From the menu select *Manage accounts* and add a new account.
475
 
475
 
480
 Port:      5222
480
 Port:      5222
481
 #+END_SRC
481
 #+END_SRC
482
 
482
 
483
-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.
483
+Then select *Next*. When chatting you can use the lock icon to encrypt your conversation. OMEMO is the recommended type of encryption. It's also going through Tor, so passive surveillance of the metadata should not be easy for an adversary.
484
 ** Tox
484
 ** Tox
485
 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.
485
 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.
486
 *** Using the Toxic client
486
 *** Using the Toxic client
588
 (require 'socks)
588
 (require 'socks)
589
 (require 'tls)
589
 (require 'tls)
590
 (setq socks-server (list "Tor socks" "localhost" 9050 5))
590
 (setq socks-server (list "Tor socks" "localhost" 9050 5))
591
-#+end_src 
591
+#+end_src
592
 
592
 
593
 And ensure that the Tor daemon is installed:
593
 And ensure that the Tor daemon is installed:
594
 
594