Use the Chat App to send 1:1 messages#308
Open
kashepavadan wants to merge 3 commits into
Open
Conversation
jzaki
approved these changes
Jun 4, 2026
|
|
||
| This procedure shows how to use the Logos Chat app to exchange encrypted 1:1 messages between two running instances. The app is a QML and C++ UI built on top of the [`logos-chat-module`](https://github.com/logos-co/logos-chat-module), which wraps the [Logos Chat SDK](https://github.com/logos-messaging/logos-chat). It demonstrates the basic private-messaging capabilities of the Logos Chat Module: ephemeral identity, intro-bundle handshake, and encrypted messaging with no central server. Use this procedure to verify the setup works or to explore the messaging flow for development purposes. | ||
|
|
||
| > **Caution** |
There was a problem hiding this comment.
Suggested change
| > **Caution** | |
| > [!IMPORTANT] |
|
|
||
| You need two running instances to complete this procedure. Each instance can use either of the options below independently. | ||
|
|
||
| > **Note** |
| ### Option A — Run in Logos Basecamp | ||
|
|
||
| 1. Download and install the latest release of Logos Basecamp from `github.com/logos-co/logos-basecamp/releases`. | ||
| 1. In the left bar, select **Package Manager**. |
There was a problem hiding this comment.
This step could do with a screenshot, until hover-over tooltips land in a release.
There was a problem hiding this comment.
Even the following install step could benefit from a screenshot.
|
|
||
| ### Messages never arrive and the left panel shows "Waiting for connection…" | ||
|
|
||
| Both instances require a stable internet connection to reach a shared bootstrap peer. Verify that neither instance is behind a firewall or network that blocks the Logos network. |
There was a problem hiding this comment.
"Shared bootstrap peer" has not been defined, so may be confusing.
Could either introduce it earlier if/when relevant, or mention here: eg " ... to reach a shared bootstrap peer to initially connect to the p2p network" (or whatever is most succinct & correct).
Contributor
Author
|
@jzaki ready for review again |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on #299