Function handle_iq_get

Source
pub async fn handle_iq_get(
    agent: &mut Agent,
    _events: &mut Vec<Event>,
    from: Jid,
    _to: Option<Jid>,
    id: String,
    payload: Element,
)