1man(1) Profanity XMPP client man(1)
2
3
4
6 /bookmark
7
8
10 Manage bookmarks and join bookmarked rooms. If you are in a chat room
11 and no arguments are supplied to `/bookmark add`, autojoin is set to
12 "on". There is also an autojoin ignore list in case you want to auto‐
13 join in many clients but not on Profanity.
14
15
17 /bookmark
18
19
20 /bookmark list [<jid>]
21
22
23 /bookmark add [<room>] [nick <nick>] [password <password>] [name <room‐
24 name>] [autojoin on|off]
25
26
27 /bookmark update <room> [nick <nick>] [password <password>] [name
28 <roomname>] [autojoin on|off]
29
30
31 /bookmark remove [<room>]
32
33
34 /bookmark join <room>
35
36
37 /bookmark invites on|off
38
39
40 /bookmark ignore
41
42
43 /bookmark ignore add <jid>
44
45
46 /bookmark ignore remove <jid>
47
48
50 list [<jid>]
51 List all bookmarks. Or the details of one.
52
53 add [<room>]
54 Add a bookmark, passing no room will bookmark the current room,
55 setting autojoin to "on".
56
57 remove [<room>]
58 Remove a bookmark, passing no room will remove the bookmark for the
59 current room, if one exists.
60
61 update <room>
62 Update the properties associated with a bookmark.
63
64 nick <nick>
65 Nickname used when joining the chat room.
66
67 password <password>
68 Password if required, may be stored in plaintext on your server.
69
70 name <roomname>
71 Optional name for the bookmark. By default localpart of the JID
72 will be used.
73
74 autojoin on|off
75 Whether to join the room automatically on login.
76
77 join <room>
78 Join room using the properties associated with the bookmark.
79
80 invites on|off
81 Whether or not to bookmark accepted room invites, defaults to 'on'.
82
83 ignore add <barejid>
84 Add a bookmark to the autojoin ignore list.
85
86 ignore remove <barejid>
87 Remove a bookmark from the autojoin ignore list.
88
89
91 /bookmark add room@example.com nick YOURNICK
92
93
94 /bookmark join room@example.com
95
96
97 /bookmark update room@example.com nick NEWNICK autojoin on
98
99
100 /bookmark ignore room@example.com
101
102
103 /bookmark list
104
105
106 /bookmark list room@example.com
107
108
109 /bookmark remove room@example.com
110
111
1120.13.1 2023-08-03 man(1)