esl / escalus

An XMPP client library in Erlang for conveniently testing XMPP servers
Apache License 2.0
129 stars 76 forks source link

Add send_iq_and_wait_for_result/2,3 helpers #175

Closed arkgil closed 6 years ago

arkgil commented 6 years ago

These functions send an IQ stanza and wait for response. They assert that the response is the IQ of type "result", and that its ID matches the ID of the sent request. If the