Better XEP-0392 implementation
This commit is contained in:
parent
3b5cd59949
commit
4b4864bb56
@ -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
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user