Allow hiding room server in roster

This commit is contained in:
James Booth
2018-01-21 18:49:07 +00:00
parent 250e972b7a
commit 4c7396e77d
7 changed files with 57 additions and 1 deletions

View File

@@ -287,6 +287,8 @@ static struct cmd_t command_defs[] =
"/roster room by service|none",
"/roster room order name|unread",
"/roster room unread before|after|off",
"/roster room show server",
"/roster room hide server",
"/roster private room|group|off",
"/roster private char <char>|none",
"/roster header char <char>|none",
@@ -352,6 +354,8 @@ static struct cmd_t command_defs[] =
{ "room unread before", "Show unread message count before room." },
{ "room unread after", "Show unread message count after room." },
{ "room unread off", "Do not show unread message count for rooms." },
{ "room show server", "Show the conference server with room JIDs." },
{ "room hide server", "Do not show the conference server with room JIDs." },
{ "private room", "Show room private chats with the room." },
{ "private group", "Show room private chats as a separate roster group." },
{ "private off", "Do not show room private chats." },