xmpp_parsers
0.20.0
Module ping
Structs
In crate xmpp_parsers
Module
xmpp_parsers
::
ping
Copy item path
source
·
[
−
]
Expand description
XEP-0199: XMPP Ping
Structs
§
Ping
Represents a ping to the recipient, which must be answered with an empty
<iq/>
or with an error.
PingAsXmlIterator
Convert a
Ping
into XML events.
PingFromXmlBuilder
Build a
Ping
from XML events.