.TH man 1 "2021-01-09" "0.10.0" "Profanity XMPP client" .SH NAME /bookmark \- the Profanity /bookmark command. .SH DESCRIPTION Manage bookmarks and join bookmarked rooms. In a chat room, no arguments will bookmark the current room, setting autojoin to "on".There is also an autojoin ignore list in case you want to autojoind in many clients but not on Profanity. .SH SYNOPSIS /bookmark .LP /bookmark list .LP /bookmark add [] [nick ] [password ] [name ] [autojoin on|off] .LP /bookmark update [nick ] [password ] [name ] autojoin on|off] .LP /bookmark remove [] .LP /bookmark join .LP /bookmark invites on|off .LP /bookmark ignore .LP /bookmark ignore add .LP /bookmark ignore remove .LP .SH ARGUMENTS .PP \fBlist\fR .RS 4 List all bookmarks. .RE .PP \fBadd []\fR .RS 4 Add a bookmark, passing no room will bookmark the current room, setting autojoin to "on". .RE .PP \fBremove []\fR .RS 4 Remove a bookmark, passing no room will remove the bookmark for the current room, if one exists. .RE .PP \fBupdate \fR .RS 4 Update the properties associated with a bookmark. .RE .PP \fBnick \fR .RS 4 Nickname used in the chat room. .RE .PP \fBpassword \fR .RS 4 Password if required, may be stored in plaintext on your server. .RE .PP \fBname \fR .RS 4 Optional name for the bookmark. By default localpart of the JID will be used. .RE .PP \fBautojoin on|off\fR .RS 4 Whether to join the room automatically on login. .RE .PP \fBjoin \fR .RS 4 Join room using the properties associated with the bookmark. .RE .PP \fBinvites on|off\fR .RS 4 Whether or not to bookmark accepted room invites, defaults to 'on'. .RE .PP \fBignore add \fR .RS 4 Add a bookmark to the autojoin ignore list. .RE .PP \fBignore remove \fR .RS 4 Remove a bookmark from the autojoin ignore list. .RE