Function xmpp::delay::message_time_info

source ·
pub fn message_time_info(message: &Message) -> StanzaTimeInfo
Expand description

Parsing a Message, store the current time it was processed, as well XEP-0203 Delay contained in the message’s payloads.

Specifically, this method will look for any <delay/> element in the message’s payloads. If they were found, they will be added to the StanzaTimeInfo result.