X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fserv_xmpp.c;fp=citadel%2Fmodules%2Fxmpp%2Fserv_xmpp.c;h=424c0fdbb20608668c744f99fdd289ee2d6eb3e2;hp=ea58e3b627dbf9efd6fe658419ed5dfc14f29ee5;hb=f1f85a4859e53e445bf2d12f7fc9dad6efe0bb68;hpb=4b0153bbdd15ddc4bc7b6193ff7ecb531b330a3c diff --git a/citadel/modules/xmpp/serv_xmpp.c b/citadel/modules/xmpp/serv_xmpp.c index ea58e3b62..424c0fdbb 100644 --- a/citadel/modules/xmpp/serv_xmpp.c +++ b/citadel/modules/xmpp/serv_xmpp.c @@ -237,13 +237,13 @@ void xmpp_stream_start(void *data, const char *supplied_el, const char **attr) /* * TLS encryption (but only if it isn't already active) */ -/* + #ifdef HAVE_OPENSSL if (!CC->redirect_ssl) { XPUT(""); } #endif -*/ + //*/ if (!CC->logged_in) { /* If we're not logged in yet, offer SASL as our feature set */ xmpp_output_auth_mechs(); @@ -351,7 +351,7 @@ void xmpp_xml_start(void *data, const char *supplied_el, const char **attr) if (GetHash(th->Properties, attr[i], strlen(attr[i]), &pv)) { PropertyHandler* ph = pv; - char *val; + void *val; StrBuf **pVal; long len;