|
From: Thibault M. <thi...@gm...> - 2018-07-03 03:06:49
|
Hi, The attached updated patch decouples the `jabber-history-enabled' and `jabber-history-mam' variables. When they are both non-nil, the messages will be logged to files and the server (assuming MAM is enabled) but retrieved from the server. To use MAM only set `jabber-history-enabled' to nil and `jabber-history-mam' to a non-nil value. Let me know if you encounter issues. thibault Adam Sjøgren via Emacs-jabber-general writes: > There are some caveats with multiple messages being added as one, and > with timestamps, which I didn't notice in the beginning. > > However, the worst thing is that my chatlogs in > ~/.emacs.d/jabber-history/* has stopped being appended to! > > I would _really_ like both MAM-support and the chatlogs being written > to. > > Is that possible? > > I have, among other things, this: > > (setq jabber-history-enabled t > jabber-history-mam t > jabber-history-muc-enabled t > > > Best regards, > > Adam |