Franck R.

Results 172 comments of Franck R.

> @cammellos I could not find on which content topic (waku v2) `CommunityDescription` messages are being sent. Can you please enlighten me? Found it. Thanks @richard-ramos

@cammellos @richard-ramos How is the list of member updated for an open community? Does the admin node watch messages and add members (people that send new messages) to the `CommunityDescription`?...

@cammellos What is the `ChatIdentity` message for? Once a user has generated a chat key, do they need to broadcast information about them if encryption is not needed (ie, no...

Also see https://github.com/status-im/dappconnect-chat-sdk/issues/1#issuecomment-942991826

Starting to look at protobuf: 1. Is an "open community" one with `NO_MEMBERSHIP`? 2. In `ChatMessage` it is mentioned that `timestamp` is not used, is it still correct? 3. In...

@cammellos 9. Is the topic for a community chat following the same spec https://specs.status.im/spec/10#public-chats where it is based from the chat name? Is the chat name anything that the community...

@cammellos Looking at `ChatMessage`: https://github.com/status-im/status-go/blob/06d4163de873df1a135044ba570741017880a8d0/protocol/protobuf/chat_message.proto#L58 I do not see any reference to the sender. How are senders identified? Are sender only identified via the signature done on the Waku envelope?...

> So, first we derive a topic from the chatID I understand that this is only relevant to then create a Waku v1 filter. right? Not really for the encryption...

> The second is at the transport level (i.e waku), and it's the signature of the "relayer" of the message (not necessarily the original sender). At this level is also...

@cammellos what store/mailserver strategy do you currently use? Do you retrieve messages when starting the app? when retrieving connectivity? Do you then merge/order messages to display properly? Do you periodically...