From ffb50eb17a14c4ddcb224e2ede419d537a7bcc06 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 14 Apr 2016 15:40:15 -0600 Subject: [PATCH] mcabberrc: load more modules --- mcabberrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/mcabberrc b/mcabberrc index 0779db6..6ba42e3 100644 --- a/mcabberrc +++ b/mcabberrc @@ -6,6 +6,7 @@ # Connection information set jid = smckown@proj.sporian.com +#set jid = smckown@sporian.com #set password = yourpassword #set password_eval = "your command" set server = proj.sporian.com @@ -316,6 +317,22 @@ module load fifo # short terminal title. module load xttitle +# pep module is required by any of: tune, mood, geoloc, activity, avatar +module load pep + +# Modules that require pep. At least the mood module seems sporadic in +# sending mood updates. +#module load tune +module load mood +#module load geoloc +#module load activity + +# Avatar module, depends on pep. Avatars both sent and received +# are stored in avatar_directory. Avatars are rendered in mcabber +# using ASCII art and are essentially worthless. +set avatar_directory = ~/.mcabber/avatars +module load avatar + # Traces logging # If you want advanced traces, please specify a file and a level here. # There are currently 4 tracelog levels: -- 2.39.2