mcabber/mcabberrc.example
changeset 169 0ed6099b5a54
parent 162 43cef0f5339d
child 177 a51ce78a0e2a
equal deleted inserted replaced
168:6ad156673b19 169:0ed6099b5a54
     1 # Sample ~/.mcabberrc file
     1 # Sample ~/.mcabber/mcabberrc file
     2 
     2 
     3 # The jid will be the following: username@server/resource
     3 # The jid will be the following: username@server/resource
     4 # If password is not given, it will be interactively asked for.
     4 # If password is not given, it will be interactively asked for.
     5 # If port is not given, default Jabber port will be used.
     5 # If port is not given, default Jabber port will be used.
     6 # Use ssl = 1 to enable SSL
     6 # Use ssl = 1 to enable SSL
    23 # in the roster.
    23 # in the roster.
    24 #hide_offline_buddies = 0
    24 #hide_offline_buddies = 0
    25 
    25 
    26 # History logging
    26 # History logging
    27 # You can save the messages history: set logging = 1
    27 # You can save the messages history: set logging = 1
    28 # Default logging directory (logging_dir) is $HOME/.mcabber/
    28 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/
    29 logging = 1
    29 logging = 1
    30 #logging_dir = /home/mikael/.mcabber/
    30 #logging_dir = /home/mikael/.mcabber/histo/
    31 
    31 
    32 # External command for events
    32 # External command for events
    33 # You can specify a script or process to be launched when an event occurs.
    33 # You can specify a script or process to be launched when an event occurs.
    34 # For now it is called the following way:
    34 # For now it is called the following way:
    35 #   $events_command MSG IN jabber@id
    35 #   $events_command MSG IN jabber@id