Skip to content

Fix bug where ContactAdded event was not firing due to a bad if statement.

Doggo requested to merge TaromaruYuki/xmpp-rs:main into main

When attempting to use this library, I found out that the ContactAdded event was not firing. So I looked through the code and found out that the iq.from is not None, but Some with the value of the logged in Jid.

Merge request reports