about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2018-01-21 18:49:07 +0000
committerJames Booth <boothj5@gmail.com>2018-01-21 18:56:20 +0000
commit4c7396e77d94a1b5d2f25ed38d2dbc82dc79623d (patch)
tree9c1eb72d36090931bf3a37d0b960fcea1c22aca9 /src/command/cmd_defs.c
parent250e972b7a6b4df1e77a073d85c29dd0ccf8adb8 (diff)
downloadprofani-tty-4c7396e77d94a1b5d2f25ed38d2dbc82dc79623d.tar.gz
Allow hiding room server in roster
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 7685dfb9..fa7e50d0 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -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." },