ably / specification

The Ably features spec for client library SDKs.
Apache License 2.0
0 stars 4 forks source link

[CHA-187] Added chat template pages (features/protocol) #189

Closed splindsay-92 closed 4 months ago

splindsay-92 commented 4 months ago

Added placeholders for new chat features and protocols. CHA-187

ttypic commented 4 months ago

@splindsay-92 @AndyTWF do we need separate protocol version for Chat SDK? I have concerns, that it will add additional level of complexity.

AndyTWF commented 4 months ago

@ttypic Our aim is to keep chat versioned separately to the rest of the Ably API because we didn't want to tie it in to the realtime protocol. Doing so would mean that we'd technically have to bump the protocol version used by all the channels SDKs whenever we deliver new features to chat.

So we'll have a versioning scheme for both the backend endpoints, as well as the SDK itself. The reasons for this are discussed in CHARFC-007 on Confluence :)

ttypic commented 4 months ago

Thanks @AndyTWF, it makes sense