Highlights
- Logos Messaging Nim:
- Chat:
- Logos Integrations:
- Status:
Create Chat SDK MVP
-
[Deliverable] Chat SDK Developer Preview
- achieved:
- First External PR :: CI workflow - https://github.com/logos-messaging/libchat/pull/39
- Safer FFI Migration - https://github.com/logos-messaging/libchat/pull/47
- Update Conversation handles over FFI - https://github.com/logos-messaging/libchat/pull/46
- Update content to use byte slice - https://github.com/logos-messaging/libchat/pull/45
- Implement payload handling - https://github.com/logos-messaging/libchat/pull/44
- Code warning cleanup - https://github.com/logos-messaging/libchat/pull/42
- Introduce IntroBundle.proto - https://github.com/logos-messaging/chat_proto/pull/8
- proposed the refactor options for libchat
- drafted the sqlite integration for conversations, https://github.com/logos-messaging/libchat/tree/storage-chat
- chat-cli demo app via local file transport and persistence, https://github.com/logos-messaging/libchat/tree/storage-chat/chat-clis
- achieved:
-
[Deliverable] Chat SDK Bindings
- achieved:
- [logos] add chatsdk ui module
- next:
- [logos] explore demo
- [logos] improvements to ui
- achieved:
API access to P2P Reliability for Desktop
- [Deliverable] Introduce Waku API in nwaku
- next:
- [delivery] Implement LogosDelivery receive handling with subscribe
- [delivery] Create LogosDelivery API FFI c-library and logos-messaging-module
- [delivery] Create logos-message-delivery-module
- [delivery] Implement Health API
- next:
Maintenance
- next:
- [delivery] Start using Nimble in nim-sds