Skip to content
Commit 70685f40 authored by eta's avatar eta
Browse files

xmpp: NIH a whole promises library (!), use it for disco#info

- I anticipate we're going to need a promises-like abstraction (like what
  whatsxmpp had), because sending and receiving stanzas is by nature async.
  - So I NIH'd one to avoid having to import blackbird, and we now use it
    for IQ-GET.
- This has the rather nifty effect that we can use the "join" abstraction
  provided to only populate *SERVER-FEATURES* once both IQ-gets (self, server)
  have returned!
parent ed781e87
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment