Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(xdbg): basic send message command #1355

Merged
merged 1 commit into from
Dec 2, 2024
Merged

feat(xdbg): basic send message command #1355

merged 1 commit into from
Dec 2, 2024

Conversation

insipx
Copy link
Contributor

@insipx insipx commented Dec 2, 2024

adds

cargo xdbg send message "sup" 844301cdf88e75d841105684f782c5bc

to send a message using a random user to a specific group

This is useful for inspecting network payloads in-flight, for instance running this curl command with libxmtp in http-api mode:

curl -H 'Content-Type: application/json' \-d '{  "filters": [    {      "groupId": "Bbus/1pm8uOzvmRk/Cp6LA=="    }  ]}' -X POST http://localhost:5555/mls/v1/subscribe-group-messages

and running the xdbg send-message command. Used to help debug #997 for browser streaming

@insipx insipx requested a review from a team as a code owner December 2, 2024 16:36
@insipx insipx changed the title Add basic send message to xdbg feat(xdbg): basic send message to xdbg Dec 2, 2024
@insipx insipx changed the title feat(xdbg): basic send message to xdbg feat(xdbg): basic send message command Dec 2, 2024
@insipx insipx merged commit c27fa03 into main Dec 2, 2024
6 checks passed
@insipx insipx deleted the insipx/send-msg branch December 2, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants