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

Fix when feature discovery is finished #1944

Merged
merged 1 commit into from
Dec 29, 2023
Merged

Fix when feature discovery is finished #1944

merged 1 commit into from
Dec 29, 2023

Conversation

sjaeckel
Copy link
Member

Feature discovery was marked as finished once we received a reply to the initial request. The discovery mechanism allows to delegate the real feature discovery to another service running on different domain and those requests are created dynamically.

This was another instance causing the warning message described in #1940

Fixes #1940 (once more)

  • I ran valgrind when using my new feature

How to test the functionality

  • have an account on a server that delegates feature discovery like hot-chilli
  • send a 1-on-1 message to that account while being offline
  • connect to that account

Before the patch you would receive the warning when connecting to the server and the server delivers the 1-on-1 message before feature discovery was finished.

@sjaeckel sjaeckel added the bug label Dec 28, 2023
@sjaeckel sjaeckel added this to the next milestone Dec 28, 2023
@sjaeckel sjaeckel requested a review from jubalh December 28, 2023 18:14
@sjaeckel sjaeckel self-assigned this Dec 28, 2023
Feature discovery was marked as finished once we received a reply to the
initial request. The discovery mechanism allows to delegate the real
feature discovery to another service running on different domain and those
requests are created dynamically.

This was another instance causing the warning message described in #1940

Fixes #1940 (once more)

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
@jubalh jubalh merged commit 32e70c6 into master Dec 29, 2023
6 checks passed
@jubalh jubalh deleted the fix-1940-once-more branch December 29, 2023 06:01
@jubalh
Copy link
Member

jubalh commented Dec 29, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong error about server not supporting MAM.
2 participants