konsultaner / connectanum-dart

This is a WAMP client (Web Application Messaging Protocol) implementation for the dart language and flutter projects.
MIT License
22 stars 14 forks source link

Implement Payload PassThru Mode #51

Closed KSDaemon closed 1 year ago

KSDaemon commented 2 years ago

Add new AP Feature: Payload PassThru Mode (PPT for short)

More info in SPEC: https://wamp-proto.org/wamp_latest_ietf.html#name-payload-passthru-mode

KSDaemon commented 2 years ago

Can not assign or label. So writing: I'm working on that

konsultaner commented 1 year ago

@KSDaemon I cleaned up the PR according to darts lint tool and also put the abstract payload classes into the message folder where I think they belong to.

You added a TODO in EE2E Payload. Is there any plan you will add this to connectanum-dart as well?

Is there anything left regarding ppt I would have to do?

KSDaemon commented 1 year ago

Hi @konsultaner Cool! Thnx! I'll have a look!

PPT mode is done. Nothing else is needed.

Regarding TODO comments — yeah, i want to add E2EE later. In first place, I want to finish E2EE in WAMP spec and then implement it. So please don't remove E2EE blocks in code.

KSDaemon commented 1 year ago

As #53 is merged. Closing as implemented.