XEP-0392: config: add "color.nick" bool option

the option will control whether to enable coloration of usernames
based on the hashing algorithm described in XEP-0392.
This commit is contained in:
Aurelien Aptel
2019-12-03 20:49:22 +01:00
parent 19de066008
commit 15064d9739
3 changed files with 5 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ typedef enum {
PREF_CONSOLE_MUC,
PREF_CONSOLE_PRIVATE,
PREF_CONSOLE_CHAT,
PREF_COLOR_NICK,
PREF_BOOKMARK_INVITE,
PREF_PLUGINS_SOURCEPATH,
PREF_ROOM_LIST_CACHE,