comparison mcabber/mcabberrc.example @ 2148:7a0df2e5da19

Add the 'carbons' option to mcabberrc.example
author Mikael Berthe <mikael@lilotux.net>
date Sun, 06 Jul 2014 15:48:27 +0200
parents 300e7bf4416a
children 282531385f34
comparison
equal deleted inserted replaced
2147:2e5bc40df2ed 2148:7a0df2e5da19
134 #set roster_no_leading_space = 0 134 #set roster_no_leading_space = 0
135 135
136 # By default command line completion is case-sensitive; this can be changed 136 # By default command line completion is case-sensitive; this can be changed
137 # by setting the option 'completion_ignore_case' to 1. 137 # by setting the option 'completion_ignore_case' to 1.
138 #set completion_ignore_case = 0 138 #set completion_ignore_case = 0
139
140 # Message Carbons (XEP-0280)
141 # If you want to enable Message Carbons at startup (and if your server
142 # supports them), set the 'carbons' option to 1. Default is 0.
143 #set carbons = 1
139 144
140 # Typing notifications, Chat States, Events (XEP-22/85) 145 # Typing notifications, Chat States, Events (XEP-22/85)
141 # Set disable_chatstates to 1 if you don't want to use typing notifications. 146 # Set disable_chatstates to 1 if you don't want to use typing notifications.
142 # Note: changing this option once mcabber is running has no effect. 147 # Note: changing this option once mcabber is running has no effect.
143 #set disable_chatstates = 0 148 #set disable_chatstates = 0