Implement #143: User colors

Implementing [XEP-0392](https://xmpp.org/extensions/xep-0392.html) to have random colors on users nicknames.
This commit is contained in:
John Livingston
2024-03-14 16:06:29 +01:00
parent f8b27f80b2
commit 2408d9cf72
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## ??? (Not Released Yet)
* #143: User colors: implementing [XEP-0392](https://xmpp.org/extensions/xep-0392.html) to have random colors on users nicknames
## 8.4.0
* Fix #87: updating chat room title when video/channel title is changed.