Function xmpp::iq::result::handle_iq_result

source ยท
pub async fn handle_iq_result<C: ServerConnector>(
    agent: &mut Agent<C>,
    events: &mut Vec<Event>,
    from: Jid,
    _to: Option<Jid>,
    id: String,
    payload: Element,
)