mod_mam: Implement extended MAM metadata query

This commit is contained in:
Kim Alvefur 2020-11-30 23:42:13 +01:00
parent af189d8103
commit 9e5dbb4217
2 changed files with 49 additions and 1 deletions

View file

@ -36,6 +36,20 @@ Romeo sends:
<body>U there?</body>
</message>
# Metadata
Romeo sends:
<iq type="get" id="mamextmeta">
<metadata xmlns="urn:xmpp:mam:2"/>
</iq>
Romeo receives:
<iq type="result" id="mamextmeta">
<metadata xmlns="urn:xmpp:mam:2">
<start timestamp="2008-08-22T21:09:04Z" xmlns="urn:xmpp:mam:2" id="{scansion:any}"/>
<end timestamp="2008-08-22T21:09:04Z" xmlns="urn:xmpp:mam:2" id="{scansion:any}"/>
</metadata>
</iq>
Romeo sends:
<iq type="set" id="mamquery1">
<query xmlns="urn:xmpp:mam:2" queryid="q1"/>