changeset 3653:d31fa28d9482

mod_map: Update example in README to reflect recent changes
author Kim Alvefur <zash@zash.se>
date Fri, 23 Aug 2019 01:40:26 +0200
parents d0c2f001735f
children 7b02b8de6d27
files mod_map/README.markdown
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_map/README.markdown	Fri Aug 23 01:18:24 2019 +0200
+++ b/mod_map/README.markdown	Fri Aug 23 01:40:26 2019 +0200
@@ -24,11 +24,13 @@
 Answered like:
 
 ``` {.xml}
-<?xml version="1.0"?>
 <iq type="result" id="lx7">
   <summary xmlns="xmpp:prosody.im/mod_map">
     <item jid="juliet@capulet.lit">
       <count>3</count>
+      <start>2019-02-25T15:48:00+0100</start>
+      <end>2019-08-23T01:39:50+02:00</end>
+      <body>O Romeo, Romeo! wherefore art thou Romeo?</body>
     </item>
   </summary>
 </iq>