ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
50 stars 10 forks source link

New Crypto Spec #29

Closed mattheworiordan closed 8 years ago

mattheworiordan commented 8 years ago

See https://github.com/ably/ably-js/issues/235

See implementation in PHP at https://github.com/ably/ably-php/blob/b0e70f25dd36ab86f1e9b14b9e04c961febadc76/tests/ChannelMessagesTest.php#L112

It would be nice, for consistency, to offer an initialization for a channel that does not require the user to explicitly request the cipher param defaults.

mattheworiordan commented 8 years ago

The specification is now finalised for the Crypto changes.

Please see https://github.com/ably/docs/pull/89

We need to ensure this library complies with the changes described in the PR