aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/s_client.pod
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2015-07-29 17:41:00 -0400
committerRich Salz <rsalz@openssl.org>2015-07-31 11:19:45 -0400
commit898ea7b855541b5809e25944c8dada7b50775fd3 (patch)
tree1cd015207945a0191156725b8bb1a4874b9b296d /doc/apps/s_client.pod
parentbe0c03618a53fc539761eb5f0e300d68554f85c9 (diff)
downloadopenssl-898ea7b855541b5809e25944c8dada7b50775fd3.tar.gz
RT3742: Add xmpp_server to s_client.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'doc/apps/s_client.pod')
-rw-r--r--doc/apps/s_client.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 12a6ef7cf8..e91b9f1334 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -288,12 +288,13 @@ command for more information.
send the protocol-specific message(s) to switch to TLS for communication.
B<protocol> is a keyword for the intended protocol. Currently, the only
-supported keywords are "smtp", "pop3", "imap", "ftp" and "xmpp".
+supported keywords are "smtp", "pop3", "imap", "ftp", "xmpp",
+and "xmpp-server".
=item B<-xmpphost hostname>
-This option, when used with "-starttls xmpp", specifies the host for the
-"to" attribute of the stream element.
+This option, when used with "-starttls xmpp" or "-starttls xmpp-server",
+specifies the host for the "to" attribute of the stream element.
If this option is not specified, then the host specified with "-connect"
will be used.