table of contents
other versions
- bullseye 0.10.0-1
- bullseye-backports 0.13.1-1~bpo11+1
- testing 0.13.1-1+b1
- unstable 0.13.1-2
conflicting packages
man(1) | Profanity XMPP client | man(1) |
NAME¶
/sub - the Profanity /sub command.
DESCRIPTION¶
Manage subscriptions to contact presence. If jid is omitted, the contact of the current window is used.
SYNOPSIS¶
/sub request [<jid>]
/sub allow [<jid>]
/sub deny [<jid>]
/sub show [<jid>]
/sub sent
/sub received
ARGUMENTS¶
request [<jid>]
Send a subscription request to the user.
allow [<jid>]
Approve a contact's subscription request.
deny [<jid>]
Remove subscription for a contact, or deny a
request.
show [<jid>]
Show subscription status for a contact.
sent
Show all sent subscription requests pending a
response.
received
Show all received subscription requests awaiting your
response.
EXAMPLES¶
/sub request odin@valhalla.edda
/sub allow odin@valhalla.edda
/sub request
/sub sent
2021-01-09 | 0.10.0 |