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(ProxyConnectionPC) fake IQ acknowledgements #2353

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

saghul
Copy link
Member

@saghul saghul commented Sep 19, 2023

No description provided.

@saghul
Copy link
Member Author

saghul commented Sep 19, 2023

I think I caught the problem. The connection is all fake:

sendIQ: this._onSendMessage,

The function that does the IQ sending does not take any callback argument and call it:

Faking a success should do I think.

This likely wasn't a problem before because the queue was running at all times, so it didn't matter that session-accept wasn't technically complete.

@jallamsetty1 jallamsetty1 merged commit 0d5c73d into jitsi:master Sep 19, 2023
1 check passed
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