Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Fixes STOMP Protocol Issues, Adds SSL Support #8

Merged
merged 4 commits into from
Jun 30, 2011

Conversation

joshuarubin
Copy link
Contributor

Please consider pulling this as it fixes another important bug and adds ssl support.

benjaminws and others added 4 commits June 30, 2011 14:52
The messages produced were not completely compliant with the stomp
protocol. This did not manifest until testing with SSL.

http://stomp.codehaus.org/Protocol

Signed-off-by: Joshua Rubin <jrubin@zvelo.com>
to use ssl, there are a few new arguments in the object passed to the
Stomp constructor:

- ssl: `{boolean}`, use ssl for the connection
- ssl_validate: `{boolean}`, disconnect if the certificate does not
  validate
- ssl_options: `{object}`, passed into the tls.connect method as the
  `options` parameter, see <http://nodejs.org/docs/v0.4.8/api/tls.html>

Signed-off-by: Joshua Rubin <jrubin@zvelo.com>
Signed-off-by: Joshua Rubin <jrubin@zvelo.com>
benjaminws added a commit that referenced this pull request Jun 30, 2011
Fixes STOMP Protocol Issues, Adds SSL Support
@benjaminws benjaminws merged commit 5fa19f3 into benjaminws:master Jun 30, 2011
@benjaminws
Copy link
Owner

Perfect, thank you for your fixes!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants