summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/default_config.cfg15
-rw-r--r--doc/en/configure.txt15
2 files changed, 28 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 2c5f0d81..85366204 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -24,7 +24,6 @@ ignore_certificate = false
# value to the services default.
whitespace_interval = 300
-
# Path to the certificate authenticating the Authority
# A server may have several certificates, but if it uses a CA, it will often
# keep the same for obvious reasons, so this is a good option if your server
@@ -221,6 +220,9 @@ show_muc_jid = true
# poezio will only show: toto (2)
show_roster_jids = true
+# If set to true, the roster will display the offline contacts too
+roster_show_offline = false
+
# The terminal can beep on various event. Put the event you want in a list
# (separated by spaces).
# The events can be
@@ -261,7 +263,6 @@ vertical_tab_list_sort = desc
# possible values: desc, asc
user_list_sort = desc
-
# The nick of people who join, part, change their status, etc. in a MUC will
# be displayed using their nick color if true.
display_user_color_in_join_part = false
@@ -295,6 +296,16 @@ send_time = true
max_messages_in_memory = 2048
max_lines_in_memory = 2048
+# Set this to true if you want the commands to be executed remotely
+# (with ssh & the daemon), see the documentation of the /link plugin
+# for details
+exec_remote = false
+
+# Path of the FIFO in which the remote commands will be sent.
+# Used with exec_remote set to true, see the documentation of /link for details
+# Defaults to ./poezio.fifo
+remote_fifo_path =
+
# Defines if all tabs are resized at the same time (if set to false)
# or if they are really resized only when needed (if set to true).
# “true” should be the most comfortable value
diff --git a/doc/en/configure.txt b/doc/en/configure.txt
index 36a49206..6bbf52cc 100644
--- a/doc/en/configure.txt
+++ b/doc/en/configure.txt
@@ -275,6 +275,10 @@ section of this documentation.
the contact names). If there is no contact name, the JID will still be
displayed.
+*roster_show_offline*:: false
+
+ Set this to true if you want to display the offline contacts too.
+
*beep_on*:: highlight private
The terminal can beep on various event. Put the event you want in a list
@@ -387,6 +391,17 @@ section of this documentation.
You can specify another directory to use. It will be created if it does not
exist.
+*exec_remote*:: false
+
+ If this is set to true, poezio will try to send the commands to a FIFO
+ instead of executing them locally. This is to be used in conjunction with
+ ssh and the daemon.py file. See the /link documentation for details.
+
+*remote_fifo_path*:: ./poezio.fifo
+
+ The path of the FIFO used to send the commands (see the exec_remote option).
+
+
Optional section options
~~~~~~~~~~~~~~~~~~~~~~~~
These option can appear in optional sections. These section are named