Kaynağa Gözat

Keep conversations in foreground

Bob Mottram 8 yıl önce
ebeveyn
işleme
c994d68f5c
1 değiştirilmiş dosya ile 8 ekleme ve 8 silme
  1. 8
    8
      doc/EN/usage.org

+ 8
- 8
doc/EN/usage.org Dosyayı Görüntüle

@@ -240,7 +240,7 @@ net_proxy_use = 0
240 240
 # HexChat should not use the same circuit/exit server as other Tor applications.
241 241
 # Otherwise activity in different applications could be correlated to the same
242 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 244
 # see https://www.torproject.org/docs/tor-manual-dev.html.en
245 245
 # The password is actually not required, but it does not hurt either.
246 246
 # Will probable not hurt on Tor 0.2.2 and below.
@@ -265,7 +265,7 @@ net_proxy_user = HexChat
265 265
 # /set irc_hide_version ON
266 266
 # /set identd OFF <-- NOT working on all HexChat-based IRC software.
267 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 269
 dcc_auto_chat = 0
270 270
 dcc_auto_resume = 0
271 271
 dcc_auto_send = 0
@@ -281,9 +281,9 @@ identd = 0
281 281
 # -> Quit: <Deleted everything!>
282 282
 # -> Leave channel: <Deleted everything!>
283 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 288
 # By default, HexChat based IRC software uses your platform OS(Operating System)s
289 289
 # login user name as your nickname, user name, real name.  To prevent leaking
@@ -469,7 +469,7 @@ Search for and install *Orbot* and *Conversations*.
469 469
 
470 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 474
 From the menu select *Manage accounts* and add a new account.
475 475
 
@@ -480,7 +480,7 @@ Hostname:  mydomain
480 480
 Port:      5222
481 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 484
 ** Tox
485 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 486
 *** Using the Toxic client
@@ -588,7 +588,7 @@ If you don't already have Emacs set up to route through Tor then also add the fo
588 588
 (require 'socks)
589 589
 (require 'tls)
590 590
 (setq socks-server (list "Tor socks" "localhost" 9050 5))
591
-#+end_src 
591
+#+end_src
592 592
 
593 593
 And ensure that the Tor daemon is installed:
594 594