pub async fn handle_presence<C: ServerConnector>( _agent: &mut Agent<C>, presence: Presence, ) -> Vec<Event>
Translate a Presence stanza into a list of higher-level Events.
Presence
Event