module Ably

MessageEncoders are registered with the Ably client library and are responsible for encoding & decoding messages.

For example, if a message body is detected as JSON, it is encoded as a String and the encoding attribute of the message is defined as ‘json’. Encrypted messages are encoded & decoded by the Cipher encoder.

Ably is the base namespace for the Ably {Ably::Realtime Realtime} & {Ably::Rest Rest} client libraries.

Please refer to the {file:README.md Readme} on getting started.

@see file:README.md README

This file is generated by running ‘rake :generate_error_codes` Do not manually modify this file Generated at: 2018-09-18 18:28:58 UTC