Better XEP-0392 implementation

This commit is contained in:
John Livingston 2024-03-15 15:39:43 +01:00
parent 3b5cd59949
commit 4b4864bb56
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## ??? (Not Released Yet)
TODO: replace commit_id by a tag in build-conversejs
* #143: User colors: implementing [XEP-0392](https://xmpp.org/extensions/xep-0392.html) to have random colors on users nicknames
## 8.4.0

View File

@ -27,7 +27,7 @@ CONVERSE_COMMIT=""
# - Destroy room: remove the challenge, and the new JID
# - New config option [colorize_username](https://conversejs.org/docs/html/configuration.html#colorize_username)
CONVERSE_VERSION="livechat-8.2.0"
CONVERSE_COMMIT="bc11fe08668b1d4c30886ad8f6e0774409eab4d8"
CONVERSE_COMMIT="335d37880a1aeafc0d1df62ae9c0788a92267162"
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
rootdir="$(pwd)"