mod_map/README.markdown
changeset 3657 d31fa28d9482
parent 3500 262e68821f3f
equal deleted inserted replaced
3656:d0c2f001735f 3657:d31fa28d9482
    22 ```
    22 ```
    23 
    23 
    24 Answered like:
    24 Answered like:
    25 
    25 
    26 ``` {.xml}
    26 ``` {.xml}
    27 <?xml version="1.0"?>
       
    28 <iq type="result" id="lx7">
    27 <iq type="result" id="lx7">
    29   <summary xmlns="xmpp:prosody.im/mod_map">
    28   <summary xmlns="xmpp:prosody.im/mod_map">
    30     <item jid="juliet@capulet.lit">
    29     <item jid="juliet@capulet.lit">
    31       <count>3</count>
    30       <count>3</count>
       
    31       <start>2019-02-25T15:48:00+0100</start>
       
    32       <end>2019-08-23T01:39:50+02:00</end>
       
    33       <body>O Romeo, Romeo! wherefore art thou Romeo?</body>
    32     </item>
    34     </item>
    33   </summary>
    35   </summary>
    34 </iq>
    36 </iq>
    35 ```
    37 ```
    36 
    38