6 ms·
call me out if I am wrong, but isn't history dependent on the server of the chatroom creator, and doesn't every server have different history settings and does
by tcfhgj 12d ago
call me out if I am wrong, but isn't history dependent on the server of the chatroom creator, and doesn't every server have different history settings and does it not handle encrypted messages fully?
- MattJ100 12d agoYes, XMPP server implementations typically give admins full control over data retention. Different use cases demand different settings, so it's quite adaptable to whatever needs you have. I'm not sure what you mean by not handling encrypted messages fully, it handles encrypted messages fine.
- tcfhgj 12d ago> so it's quite adaptable to whatever needs you have. as a user you cannot, even if you self host, because you are not the one controlling message storage > I'm not sure what you mean by not handling encrypted messages fully, it handles encrypted messages fine. you can load encrypted messages (including keys if they are needed to decrypt them if necessary) using a fresh login such that you can read them again?