diff options
author | louiz’ <louiz@louiz.org> | 2020-09-23 23:40:00 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2020-09-23 23:40:00 +0200 |
commit | 579d46f78ae5cf6a5e3e56772f7767d796765740 (patch) | |
tree | 9a0ba7694e65c289c338173a69ac64a15f785ead | |
parent | 0fadb2d1fb7cf5d8559ff5e9a6079edcda8abfff (diff) | |
download | biboumi-579d46f78ae5cf6a5e3e56772f7767d796765740.tar.gz biboumi-579d46f78ae5cf6a5e3e56772f7767d796765740.tar.bz2 biboumi-579d46f78ae5cf6a5e3e56772f7767d796765740.tar.xz biboumi-579d46f78ae5cf6a5e3e56772f7767d796765740.zip |
Update the changelog for the private message changes
-rw-r--r-- | CHANGELOG.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5fc0a2e..48ca277 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Version 10.0 ============ +For users +--------- +- Direct messages are always sent to the user's bare JID. It’s now the job + of the XMPP server to forward these messages to all online resources. +- Private messages are now always received from the server-wide JID. You + can still use the in-room JID (#chan%irc@biboumi/NickName) to send a + private message but the response you will receive will come from + nickname%irc@biboumi. + Version 9.0 - 2020-09-22 ======================== |