profanity-im / profanity

Ncurses based XMPP client
https://profanity-im.github.io/
Other
1.33k stars 187 forks source link

Fix when feature discovery is finished #1944

Closed sjaeckel closed 11 months ago

sjaeckel commented 11 months ago

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)

How to test the functionality

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.

jubalh commented 11 months ago

Thanks!