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

issue #48 - fix chat in pidgin client #53

Closed
wants to merge 1 commit into from
Closed

Conversation

mk6i
Copy link
Owner

@mk6i mk6i commented Jul 13, 2024

This commit implements the following changes that makes Pidgin chat work:

  • chat detail level value must be "2"
  • set TLV 0xDA in chat room info
  • change the chat cookie to this format: %s-%s-%s, where the third %s is the chat room name.

Copy link

codecov bot commented Jul 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.93%. Comparing base (966f115) to head (060698f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
- Coverage   67.97%   67.93%   -0.05%     
==========================================
  Files          48       48              
  Lines        4550     4550              
==========================================
- Hits         3093     3091       -2     
- Misses       1252     1253       +1     
- Partials      205      206       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This commit implements the following changes that makes Pidgin chat
work:

- chat detail level value must be "2"
- set TLV 0xDA in chat room info
- change the chat cookie to this format: %s-%s-%s, where the third %s is
  the chat room name.

Co-authored-by: Josh Knight <[email protected]>
@jgknight
Copy link
Contributor

Looks great!

@mk6i mk6i closed this Jul 14, 2024
@mk6i mk6i deleted the fix-pidgin-chat branch July 16, 2024 02:11
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