1man(1) Profanity XMPP client man(1)
2
3
4
6 /vcard
7
8
10 Read your vCard or a user's vCard, get a user's avatar via their vCard,
11 or modify your vCard. If no arguments are given, your vCard will be
12 displayed in a new window, or an existing vCard window.
13
14
16 /vcard get [<nick|contact>]
17
18
19 /vcard photo open <nick|contact> [<index>]
20
21
22 /vcard photo save <nick|contact> [output <filepath>] [index <index>]
23
24
25 /vcard set fullname <fullname>
26
27
28 /vcard set name family <family>
29
30
31 /vcard set name given <given>
32
33
34 /vcard set name middle <middle>
35
36
37 /vcard set name prefix <prefix>
38
39
40 /vcard set name suffix <suffix>
41
42
43 /vcard set <index> [<value>]
44
45
46 /vcard set <index> pobox <value>
47
48
49 /vcard set <index> extaddr <value>
50
51
52 /vcard set <index> street <value>
53
54
55 /vcard set <index> locality <value>
56
57
58 /vcard set <index> region <value>
59
60
61 /vcard set <index> pocode <value>
62
63
64 /vcard set <index> country <value>
65
66
67 /vcard set <index> type domestic|international
68
69
70 /vcard set <index> home on|off
71
72
73 /vcard set <index> work on|off
74
75
76 /vcard set <index> voice on|off
77
78
79 /vcard set <index> fax on|off
80
81
82 /vcard set <index> pager on|off
83
84
85 /vcard set <index> msg on|off
86
87
88 /vcard set <index> cell on|off
89
90
91 /vcard set <index> video on|off
92
93
94 /vcard set <index> bbs on|off
95
96
97 /vcard set <index> modem on|off
98
99
100 /vcard set <index> isdn on|off
101
102
103 /vcard set <index> pcs on|off
104
105
106 /vcard set <index> preferred on|off
107
108
109 /vcard set <index> parcel on|off
110
111
112 /vcard set <index> postal on|off
113
114
115 /vcard set <index> internet on|off
116
117
118 /vcard set <index> x400 on|off
119
120
121 /vcard add nickname <nickname>
122
123
124 /vcard add birthday <date>
125
126
127 /vcard add address
128
129
130 /vcard add tel <number>
131
132
133 /vcard add email <userid>
134
135
136 /vcard add jid <jid>
137
138
139 /vcard add title <title>
140
141
142 /vcard add role <role>
143
144
145 /vcard add note <note>
146
147
148 /vcard add url <url>
149
150
151 /vcard remove <index>
152
153
154 /vcard refresh
155
156
157 /vcard save
158
159
161 get [<nick|contact>]
162 Get your vCard, if a nickname/contact is provided, get that user's
163 vCard
164
165 photo open <nick|contact> [<index>]
166 Download a user's photo from their vCard to a file, and open it. If
167 index is not specified, download the first photo (usually avatar)
168 from their vCard
169
170 photo save <nick|contact>
171 Download a user's photo from their vCard to a file. If index is not
172 specified, download the first photo (usually avatar) from their
173 vCard. If output is not specified, download the photo to profan‐
174 ity's photos directory.
175
176 photo open-self [<index>]
177 Download a photo from your vCard to a file, and open it. If index
178 is not specified, download the first photo (usually avatar) from
179 your vCard
180
181 photo save-self
182 Download a photo from your vCard to a file. If index is not speci‐
183 fied, download the first photo (usually avatar) from your vCard. If
184 output is not specified, download the photo to profanity's photos
185 directory. Same arguments as `photo open`
186
187 set fullname <fullname>
188 Set your vCard's fullname to the specified value
189
190 set name family <family>
191 Set your vCard's family name to the specified value
192
193 set name given <given>
194 Set your vCard's given name to the specified value
195
196 set name middle <middle>
197 Set your vCard's middle name to the specified value
198
199 set name prefix <prefix>
200 Set your vCard's prefix name to the specified value
201
202 set name suffix <suffix>
203 Set your vCard's suffix name to the specified value
204
205 set <index> [<value>]
206 Set the main field in a element in your vCard to the specified
207 value, or if no value was specified, modify the field in an editor,
208 This only works in elements that have one field.
209
210 set <index> pobox <value>
211 Set the P.O. box in an address element in your vCard to the speci‐
212 fied value.
213
214 set <index> extaddr <value>
215 Set the extended address in an address element in your vCard to the
216 specified value.
217
218 set <index> street <value>
219 Set the street in an address element in your vCard to the specified
220 value.
221
222 set <index> locality <value>
223 Set the locality in an address element in your vCard to the speci‐
224 fied value.
225
226 set <index> region <value>
227 Set the region in an address element in your vCard to the specified
228 value.
229
230 set <index> pocode <value>
231 Set the P.O. code in an address element in your vCard to the speci‐
232 fied value.
233
234 set <index> type domestic|international
235 Set the type in an address element in your vCard to either domestic
236 or international.
237
238 set <index> home on|off
239 Set the home option in an element in your vCard. (address, tele‐
240 phone, e-mail only)
241
242 set <index> work on|off
243 Set the work option in an element in your vCard. (address, tele‐
244 phone, e-mail only)
245
246 set <index> voice on|off
247 Set the voice option in a telephone element in your vCard.
248
249 set <index> fax on|off
250 Set the fax option in a telephone element in your vCard.
251
252 set <index> pager on|off
253 Set the pager option in a telephone element in your vCard.
254
255 set <index> msg on|off
256 Set the message option in a telephone element in your vCard.
257
258 set <index> cell on|off
259 Set the cellphone option in a telephone element in your vCard.
260
261 set <index> video on|off
262 Set the video option in a telephone element in your vCard.
263
264 set <index> bbs on|off
265 Set the BBS option in a telephone element in your vCard.
266
267 set <index> modem on|off
268 Set the modem option in a telephone element in your vCard.
269
270 set <index> isdn on|off
271 Set the ISDN option in a telephone element in your vCard.
272
273 set <index> pcs on|off
274 Set the PCS option in a telephone element in your vCard.
275
276 set <index> preferred on|off
277 Set the preferred option in an element in your vCard. (address,
278 telephone, e-mail only)
279
280 set <index> parcel on|off
281 Set the parcel option in an address element in your vCard.
282
283 set <index> postal on|off
284 Set the postal option in an address element in your vCard.
285
286 set <index> internet on|off
287 Set the internet option in an e-mail address in your vCard.
288
289 set <index> x400 on|off
290 Set the X400 option in an e-mail address in your vCard.
291
292 add nickname <nickname>
293 Add a nickname to your vCard
294
295 add birthday <date>
296 Add a birthday date to your vCard
297
298 add address
299 Add an address to your vCard
300
301 add tel <number>
302 Add a telephone number to your vCard
303
304 add email <userid>
305 Add an e-mail address to your vCard
306
307 add jid <jid>
308 Add a Jabber ID to your vCard
309
310 add title <title>
311 Add a title to your vCard
312
313 add role <role>
314 Add a role to your vCard
315
316 add note <note>
317 Add a note to your vCard
318
319 add url <url>
320 Add a URL to your vCard
321
322 remove <index>
323 Remove a element in your vCard by index
324
325 refresh
326 Refreshes the local copy of the current account's vCard (undoes all
327 your unpublished modifications)
328
329 save
330 Save changes to the server
331
332
333
3340.13.1 2023-08-03 man(1)