diff options
Diffstat (limited to 'docs/profanity-disco.1')
-rw-r--r-- | docs/profanity-disco.1 | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/profanity-disco.1 b/docs/profanity-disco.1 deleted file mode 100644 index 3eb51534..00000000 --- a/docs/profanity-disco.1 +++ /dev/null @@ -1,41 +0,0 @@ -.TH man 1 "2021-09-28" "0.11.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. This includes discovering contact addresses for XMPP services (XEP-0157). - -.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 |