summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-04 00:26:54 +0200
committermathieui <mathieui@mathieui.net>2016-10-04 00:29:19 +0200
commit5a6ba4dda826308fd3ba5abd8cc25fba2166a431 (patch)
tree8ef6c6f010ff1feed1a4fb56e17fe955a7ff9ae7 /data
parentc5e80b968862b4fe54d394ed278466f3eb02dd41 (diff)
downloadpoezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.gz
poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.bz2
poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.xz
poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.zip
Replace "MUC" by "chatroom" in the documentation
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs.
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 62124839..03fc6565 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -100,7 +100,7 @@ ca_cert_path =
# Send the initial presence
# true, unless you want to be invisible from your roster
-# warning: this disables any presence sending other than MUCs or directed
+# warning: this disables any presence sending other than chatrooms or directed
# presences via /presence
#send_initial_presence = true
@@ -298,12 +298,12 @@ use_bookmarks_method =
# shown
#show_tab_numbers = true
-# Use the contact name, the nick in the MUC instead of the full JID to
+# Use the contact name, the nick in the chatroom instead of the full JID to
# display the tab if set to true.
#use_tab_nicks = true
# If set to false, poezio will only display the user part of the JID (before
-# the @) when displaying the MUC tab name.
+# the @) when displaying the chatroom tab name.
#show_muc_jid = true
# If this option is set to false, the roster will not show the contact JIDs
@@ -351,11 +351,11 @@ use_bookmarks_method =
# The terminal can beep on various event. Put the event you want in a list
# (separated by spaces).
# The events can be
-# - highlight (when you are highlighted in a MUC)
+# - highlight (when you are highlighted in a chatroom)
# - private (when a new private message is received, from your contacts or
-# someone from a MUC)
-# - message (any message from a MUC)
-# - invite (when you receive an invitation for joining a MUC)
+# someone from a chatroiom)
+# - message (any message from a chatroom)
+# - invite (when you receive an invitation for joining a chatroom)
#beep_on = highlight private invite
# Theme
@@ -392,25 +392,25 @@ use_bookmarks_method =
# if set to asc, they will be displayed from bottom to top.
#vertical_tab_list_sort = desc
-# Show the user list at the bottom when in a MUC
+# Show the user list at the bottom when in a chatroom
# (useful when you want to look at the bottom of the screen only)
# possible values: desc, asc
#user_list_sort = desc
-# If the MUC nicks should receive a fixed color based on their text or not
+# If the chatroom nicks should receive a fixed color based on their text or not
#deterministic_nick_colors = true
# If _nick, nick_, _nick_, nick__ etc. should have the same color as nick
#nick_color_aliases = true
-# The nick of people who join, part, change their status, etc. in a MUC will
-# be displayed using their nick color if true.
+# The nick of people who join, part, change their status, etc. in a chatroom
+# will be displayed using their nick color if true.
#display_user_color_in_join_part = true
# Display user tune notifications as information messages or not
#display_tune_notifications = false
-# Change the tab state when receiving MUC messages.
+# Change the tab state when receiving chatroom messages.
# useful if you are connected to a high-volume chatroom and do not
# want it to appear in your tab bar as active. Highlights are still
# shown.