deltachat / deltachat-ios

Email-based instant messaging for iOS.
GNU General Public License v3.0
306 stars 49 forks source link

realtime channels #2225

Closed r10s closed 2 weeks ago

r10s commented 2 weeks ago

this PR adds "realtime webxdc channel APIs" to iOS as an experimental option.

see https://webxdc.org/docs/spec/joinRealtimeChannel.html for what the API is about and https://github.com/deltachat/deltachat-android/pull/3108 for a reference implementation.

the code is quite similar to android, @adbenitez will probably find at home ;) on the iOS side, i did what we did before when adding APIs, i only did two small "cleanup" commits.

nb: we're not saying "Realtime Webxdc Channels" for reasons, eg. we're not using the word "Webxdc" in the whole app.

closes #2212

https://github.com/deltachat/deltachat-ios/assets/9800740/d922fd88-6ac5-4fa4-b048-1691931b6d04