From 6b8624da2b64d240c213eb426635c1b2fa908d28 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:04:34 +0200 Subject: [PATCH 1/2] typos README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f12a0eec..46ebe194c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can find the latest package version on [Maven Central](https://central.sonat ## Usage overview -The XMTP message API revolves around a message API client (client) that allows retrieving and sending messages to other XMTP network participants. A client must connect to a wallet app on startup. If this is the very first time the client is created, the client will generate a identity with a encrypted local database to store and retrieve messages. Each additional log in will create a new installation if a local database is not present. +The XMTP message API revolves around a message API client (client) that allows retrieving and sending messages to other XMTP network participants. A client must connect to a wallet app on startup. If this is the very first time the client is created, the client will generate an identity with an encrypted local database to store and retrieve messages. Each additional log in will create a new installation if a local database is not present. ```kotlin // You'll want to replace this with a wallet from your application. From ede35a63813aadac909cd816c657c8f2a7a7b3b9 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:05:12 +0200 Subject: [PATCH 2/2] typos README.md --- library/src/main/java/org/xmtp/android/library/push/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/main/java/org/xmtp/android/library/push/README.md b/library/src/main/java/org/xmtp/android/library/push/README.md index c0e08aba3..40a20b72e 100644 --- a/library/src/main/java/org/xmtp/android/library/push/README.md +++ b/library/src/main/java/org/xmtp/android/library/push/README.md @@ -22,7 +22,7 @@ Now that you have an FCM server set up, take a look at the `kotlin` folder in th These files can serve as the basis for what you might want to provide for your own notification server. This proto code from the example notification server has already been generated and add in the `xmtp-android` example app if you use the example notification server as is. -**To run a example notification server:** +**To run an example notification server:** 1. Clone the [example-notification-server-go](https://github.com/xmtp/example-notification-server-go) repo. @@ -112,4 +112,4 @@ These files can serve as the basis for what you might want to provide for your o XMTPPush(context, "10.0.2.2:8080").unsubscribe(conversations.map { it.topic }) ``` -8. See example in [PushNotificationsService](https://github.com/xmtp/xmtp-android/blob/main/example/src/main/java/org/xmtp/android/example/pushnotifications/PushNotificationsService.kt) for how to decrypt the different messages. \ No newline at end of file +8. See example in [PushNotificationsService](https://github.com/xmtp/xmtp-android/blob/main/example/src/main/java/org/xmtp/android/example/pushnotifications/PushNotificationsService.kt) for how to decrypt the different messages.