about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
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 17b9d6cb..5e3e556a 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -291,6 +291,8 @@ static struct cmd_t command_defs[] =
             "/roster room unread before|after|off",
             "/roster room show server",
             "/roster room hide server",
+            "/roster room use name",
+            "/roster room use jid",
             "/roster private room|group|off",
             "/roster private char <char>|none",
             "/roster header char <char>|none",
@@ -364,6 +366,8 @@ static struct cmd_t command_defs[] =
             { "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." },
+            { "room use name",                  "Use the MUC name as room name." },
+            { "room use jid",                   "Use the JID as room name." },
             { "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." },