ably-labs / ably-chat-swift

Ably Chat SDK for Swift to build chat experiences at scale
Apache License 2.0
0 stars 0 forks source link

Implement sending and receiving chat messages #24

Open jamienewcomb opened 2 weeks ago

jamienewcomb commented 2 weeks ago

Implement the Messages type. There isn't (and maybe isn't going to be) a spec for this, so base this on the JS implementation.

To do this properly we’ll need to implement https://github.com/ably/specification/issues/202 in ably-cocoa, but we could defer that til later (just using the normal subscribe method) and create another task to come back to.

┆Issue is synchronized with this Jira Task by Unito

lawrence-forooghian commented 2 weeks ago

Also we won't implement this in the example app as part of this task; will revisit at start of next sprint where hopefully the skeleton of the example app will have been built out.