Function xmpp::presence::receive::handle_presence

source ยท
pub async fn handle_presence<C: ServerConnector>(
    _agent: &mut Agent<C>,
    presence: Presence,
) -> Vec<Event>
Expand description

Translate a Presence stanza into a list of higher-level Events.