Module xmpp_parsers::mam
source · Expand description
XEP-0313: Message Archive Management
Structs§
- Metadata of the last message in the archive.
- Convert a
End
into XML events. - Build a
End
from XML events. - Notes the end of a page in a query.
- Convert a
Fin
into XML events. - Build a
Fin
from XML events. - Request an archive for its metadata.
- Convert a
MetadataQuery
into XML events. - Build a
MetadataQuery
from XML events. - Response from the archive, containing the start and end metadata if it isn’t empty.
- Convert a
MetadataResponse
into XML events. - Build a
MetadataResponse
from XML events. - Starts a query to the archive.
- An identifier matching a result message to the query requesting it.
- The wrapper around forwarded stanzas.
- Convert a
Result_
into XML events. - Build a
Result_
from XML events. - Metadata of the first message in the archive.
- Convert a
Start
into XML events. - Build a
Start
from XML events.
Enums§
- True when the end of a MAM query has been reached.