Details
Description
BayeuxClient API should support extra properties like the JavaScript clients do, for example:
client.publish(String, Object, String) --> client.publish(String, Object, String, Map extraProps)
and same for handshake(), subscribe(), disconnect(), etc.
Note that either implementing extendOut or an extension can be used to do this.
but perhaps direct API support is warranted....
I'll think about it.