man(1) Profanity XMPP client man(1) NAME /bookmark DESCRIPTION Manage bookmarks and join bookmarked rooms. If you are in a chat room and no arguments are supplied to `/bookmark add`, autojoin is set to "on". There is also an autojoin ignore list in case you want to autojoin in many clients but not on Profanity. SYNOPSIS /bookmark /bookmark list [] /bookmark add [] [nick ] [password ] [name ] [autojoin on|off] /bookmark update [nick ] [password ] [name ] [autojoin on|off] /bookmark remove [] /bookmark join /bookmark invites on|off /bookmark ignore /bookmark ignore add /bookmark ignore remove ARGUMENTS list [] List all bookmarks. Or the details of one. add [] Add a bookmark, passing no room will bookmark the current room, setting autojoin to "on". remove [] Remove a bookmark, passing no room will remove the bookmark for the current room, if one exists. update Update the properties associated with a bookmark. nick Nickname used when joining the chat room. password Password if required, may be stored in plaintext on your server. name Optional name for the bookmark. By default localpart of the JID will be used. autojoin on|off Whether to join the room automatically on login. join Join room using the properties associated with the bookmark. invites on|off Whether or not to bookmark accepted room invites, defaults to 'on'. ignore add Add a bookmark to the autojoin ignore list. ignore remove Remove a bookmark from the autojoin ignore list. EXAMPLES /bookmark add room@example.com nick YOURNICK /bookmark join room@example.com /bookmark update room@example.com nick NEWNICK autojoin on /bookmark ignore room@example.com /bookmark list /bookmark list room@example.com /bookmark remove room@example.com 0.13.1 2023-08-03 man(1)