Fix XMPP code detection on s_client starttls xmpp
authorCarlos Alberto Lopez Perez <clopez@igalia.com>
Sun, 5 Aug 2012 23:45:51 +0000 (01:45 +0200)
committerBen Laurie <ben@links.org>
Thu, 5 Sep 2013 16:24:55 +0000 (17:24 +0100)
commit4e48c77572a9a96a301e362a3646cd3cc7eca0f9
tree6de3bb975e7e0d1947c295997529a98c7469ccde
parentdece3209f299ebcd82414868ee39b2c6feb3be0a
Fix XMPP code detection on s_client starttls xmpp

 * Some XMPP Servers (OpenFire) use double quotes.
 * This makes s_client starttls work with this servers.
 * Tested with OpenFire servers from http://xmpp.net/ ::

     openssl s_client -connect coderollers.com:5222 -starttls xmpp
apps/s_client.c