jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Implement Subscriber Black- and Whitelisting #143

Open iwittkau opened 6 years ago

iwittkau commented 6 years ago

Hi, I am using turnpike.V2 for a project where I need subscriber black- and whitelisting, especially whitelisting.

The feature is listed in the internet-draft for the WAMP protocol:
The Web Application Messaging Protocol - 14.4.1. Subscriber Black- and Whitelisting

I have a implemneted the "eligible"-option in a fork of this repo, which was one of my first go projects, hence the implementation is not very good. I think I am able to do a proper implementation now if anybody using turnpike needs it as well or if the feature is wanted by the current maintainers.