- Fix: Support catch-all ("*") in subscribe and publish maps
- Feature #7: Permissions can be allowed in bulk for all topics, or per topic category.
- Feature: Allow authorization timeout to be disabled when set to
0
.
- Feature #3: WAMP-CRA (Challenge-Response Authentication) support.
See API docs or
lein new clj-wamp wampproj
for example. - Fix: Perform origin validation when header is missing.
- Fix: Removed origin validation skip feature from beta3. If your
proxy cannot be configured to send back Protocol/Origin headers,
please use a different
with-channel
handler.
- Fix: Allow skipping the origin validation for proxies that don't send the origin header.
- Fix #6: Exception thrown when client sends non-JSON to server.
- Feature #5: Do subprotocol and origin validation during handshake.
- First release