table of contents
- bookworm-backports 0.14.0-1~bpo12+1
- testing 0.14.0-3
- unstable 0.14.0-3
man(1) | Profanity XMPP client | man(1) |
NAME¶
/vcard - the Profanity /vcard command.
DESCRIPTION¶
Read your vCard or a user's vCard, get a user's avatar via their vCard, or modify your vCard. If no arguments are given, your vCard will be displayed in a new window, or an existing vCard window.
SYNOPSIS¶
/vcard get [<nick|contact>]
/vcard photo open <nick|contact> [<index>]
/vcard photo save <nick|contact> [output <filepath>] [index <index>]
/vcard set fullname <fullname>
/vcard set name family <family>
/vcard set name given <given>
/vcard set name middle <middle>
/vcard set name prefix <prefix>
/vcard set name suffix <suffix>
/vcard set <index> [<value>]
/vcard set <index> pobox <value>
/vcard set <index> extaddr <value>
/vcard set <index> street <value>
/vcard set <index> locality <value>
/vcard set <index> region <value>
/vcard set <index> pocode <value>
/vcard set <index> country <value>
/vcard set <index> type domestic|international
/vcard set <index> home on|off
/vcard set <index> work on|off
/vcard set <index> voice on|off
/vcard set <index> fax on|off
/vcard set <index> pager on|off
/vcard set <index> msg on|off
/vcard set <index> cell on|off
/vcard set <index> video on|off
/vcard set <index> bbs on|off
/vcard set <index> modem on|off
/vcard set <index> isdn on|off
/vcard set <index> pcs on|off
/vcard set <index> preferred on|off
/vcard set <index> parcel on|off
/vcard set <index> postal on|off
/vcard set <index> internet on|off
/vcard set <index> x400 on|off
/vcard add nickname <nickname>
/vcard add birthday <date>
/vcard add address
/vcard add tel <number>
/vcard add email <userid>
/vcard add jid <jid>
/vcard add title <title>
/vcard add role <role>
/vcard add note <note>
/vcard add url <url>
/vcard remove <index>
/vcard refresh
/vcard save
ARGUMENTS¶
get [<nick|contact>]
photo open <nick|contact> [<index>]
photo save <nick|contact>
photo open-self [<index>]
photo save-self
set fullname <fullname>
set name family <family>
set name given <given>
set name middle <middle>
set name prefix <prefix>
set name suffix <suffix>
set <index> [<value>]
set <index> pobox <value>
set <index> extaddr <value>
set <index> street <value>
set <index> locality <value>
set <index> region <value>
set <index> pocode <value>
set <index> type domestic|international
set <index> home on|off
set <index> work on|off
set <index> voice on|off
set <index> fax on|off
set <index> pager on|off
set <index> msg on|off
set <index> cell on|off
set <index> video on|off
set <index> bbs on|off
set <index> modem on|off
set <index> isdn on|off
set <index> pcs on|off
set <index> preferred on|off
set <index> parcel on|off
set <index> postal on|off
set <index> internet on|off
set <index> x400 on|off
add nickname <nickname>
add birthday <date>
add address
add tel <number>
add email <userid>
add jid <jid>
add title <title>
add role <role>
add note <note>
add url <url>
remove <index>
refresh
save
2023-08-03 | 0.13.1 |