From 50f307a98fcc982c6dbb1891577146c6c3949ad6 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Lopez Perez Date: Mon, 6 Aug 2012 02:12:40 +0200 Subject: [PATCH] Add "xmpp" to the list of supported starttls protocols on s_client manpage --- doc/apps/s_client.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod index e8cc8712d2..1c50836a8a 100644 --- a/doc/apps/s_client.pod +++ b/doc/apps/s_client.pod @@ -223,7 +223,7 @@ command for more information. send the protocol-specific message(s) to switch to TLS for communication. B is a keyword for the intended protocol. Currently, the only -supported keywords are "smtp", "pop3", "imap", and "ftp". +supported keywords are "smtp", "pop3", "imap", "ftp" and "xmpp". =item B<-tlsextdebug> -- GitLab