Skip to content

Instantly share code, notes, and snippets.

View hildjj's full-sized avatar

Joe Hildebrand hildjj

View GitHub Profile
@hildjj
hildjj / xmpp-server.diff
Created December 22, 2011 19:11
Patch to make openssl1 even more XMPP-friendly.
diff --git a/apps/s_client.c b/apps/s_client.c
index 34ad2ce..12df5bf 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -329,16 +329,18 @@ static void sc_usage(void)
BIO_printf(bio_err," -starttls prot - use the STARTTLS command before starting TLS\n");
BIO_printf(bio_err," for those protocols that support it, where\n");
BIO_printf(bio_err," 'prot' defines which one to assume. Currently,\n");
- BIO_printf(bio_err," only \"smtp\", \"pop3\", \"imap\", \"ftp\" and \"xmpp\"\n");
- BIO_printf(bio_err," are supported.\n");