You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to provide some resources for devs around push notification handling. We also need to expose methods for actually taking in the push notifications when they are received by the notification extension.
Once payloads have been decoded from the push notification callers can pass them to process_streamed_welcome_message and process_streamed_group_message in our SDKs (these functions are not exposed outside of Rust).
The content you are editing has changed. Please copy your edits and refresh the page.
Would be nice to have a example running in RN for this but going to push this down in priority in favor of the HMAC work for now. PR started here: xmtp/xmtp-react-native#347
We need to provide some resources for devs around push notification handling. We also need to expose methods for actually taking in the push notifications when they are received by the notification extension.
Topics
Welcome topics have the format:
`/xmtp/mls/1/w-${hexEncode(installationId)}/proto`
Group message topics have the format:
`/xmtp/mls/1/g-${hexEncode(groupId)}/proto`
Clients should listen to these topics and then decode the payloads.
Payload types
mlsv1.WelcomeMessage
mlsv1.GroupMessage
What to do with messages
process_streamed_welcome_message
andprocess_streamed_group_message
in our SDKs (these functions are not exposed outside of Rust).Tasks
The text was updated successfully, but these errors were encountered: