xmppjs / hubot-xmpp

XMPP adapter for Hubot
181 stars 101 forks source link

added support for an option to use legacySSL by setting the environment ... #16

Closed paulsfds closed 12 years ago

paulsfds commented 12 years ago

...variable HUBOT_XMPP_LEGACYSSL, which is a boolean value (true/false)

This is supported by node-xmpp: https://github.com/astro/node-xmpp/pull/64. I found this useful in my project, so hopefully someone else will as well.

markstory commented 12 years ago

Does this help address the issues with TLS/SSL throwing seemingly random errors on some systems? Like in #15 and #8?

paulsfds commented 12 years ago

For #15, I am using legacySSL=true, but the problem I posted was related to something else (I think); I posted a workaround in that thread. As for #8, I can't really tell what the problem is just from the stack trace, sorry.

markstory commented 12 years ago

All right, well I think this is a useful option to expose regardless.