table of contents
other versions
- bookworm 0.13.1-2
- bookworm-backports 0.14.0-1~bpo12+1
- testing 0.14.0-3
- unstable 0.14.0-3
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
2022-10-12 | 0.13.0 |