Most 0045 API methods discard results
As of b42fafab, some methods in the MUC module call iq.send()
without any callback. The call to this function returns a future when no callback is provided, that is never awaited, so nothing actually happens (see comment below).
It's fine though when the future is returned, but this is only the case in get_users_by_affiliation.