mirror of
https://github.com/profanity-im/profanity.git
synced 2024-09-15 19:38:07 -04:00
42 lines
611 B
Groff
42 lines
611 B
Groff
.TH man 1 "2021-01-09" "0.10.0" "Profanity XMPP client"
|
|
|
|
.SH NAME
|
|
/disco
|
|
|
|
.SH DESCRIPTION
|
|
Find out information about an entities supported services. Calling with no arguments will query the server you are currently connected to.
|
|
|
|
.SH SYNOPSIS
|
|
/disco info [<jid>]
|
|
|
|
.LP
|
|
/disco items [<jid>]
|
|
|
|
.LP
|
|
|
|
.SH ARGUMENTS
|
|
.PP
|
|
\fBinfo [<jid>]\fR
|
|
.RS 4
|
|
List protocols and features supported by an entity.
|
|
.RE
|
|
.PP
|
|
\fBitems [<jid>]\fR
|
|
.RS 4
|
|
List items associated with an entity.
|
|
.RE
|
|
|
|
.SH EXAMPLES
|
|
/disco info
|
|
|
|
.LP
|
|
/disco items myserver.org
|
|
|
|
.LP
|
|
/disco items conference.jabber.org
|
|
|
|
.LP
|
|
/disco info odin@valhalla.edda/laptop
|
|
|
|
.LP
|