From 6c6287ce5def72aa525fdd324e0fa1d9f9b75821 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 15 Nov 2021 08:08:01 -0500 Subject: crypto donation links changed to standalone pages --- xmpp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmpp.html') diff --git a/xmpp.html b/xmpp.html index 71fdbd4..84c4f7d 100644 --- a/xmpp.html +++ b/xmpp.html @@ -187,6 +187,6 @@ Chatrooms are created and referred to in the following format: #ch

-
LandChad.net
Because Everyone should be an Internet LandChad.
  • chad
  • RSS
  • BTC
  • XMR
  • Github
  • +
    LandChad.net
    Because Everyone should be an Internet LandChad.
  • chad
  • RSS
  • BTC
  • XMR
  • Github
  • -- cgit v1.2.3 From ffcb57e246beba5533514b811899313228fb3884 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 16 Nov 2021 20:02:47 -0500 Subject: note on the mam module for xmpp/prosody --- xmpp.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'xmpp.html') diff --git a/xmpp.html b/xmpp.html index 84c4f7d..e3f9b69 100644 --- a/xmpp.html +++ b/xmpp.html @@ -96,6 +96,24 @@ Read more about the muc plugin on the Prosody documentation page +

    Enabling chat histories

    + +

    +By default, Prosody will send out messages received only to the first available clients. +That means that if you have your desktop client turned off and your cell phone receives a message, it will not be available to the desktop client when you start it. +

    + +

    While this may be preferred in some cases, enable the MAM module (Message Archive Management) to have the server hold on messages and sync them to all clients.

    + +

    +Within the modules_enabled block, you can uncomment the mam line to enable it. +You can see other settings for this module here like, for example, how long a server should hold on to message histories for synching. +

    + +

    +Note also that Prosody comes with the carbons activated module by default, which is related. This will send received messages to all active clients (your phone and desktop), although it will not save messages like MAM for clients not online or to be added later. +

    +

    Other things to check

    Check the config file for other settings you might want to change. -- cgit v1.2.3