comparison mod_export_skeletons/README.md @ 4819:b1882a40c246

mod_export_skeletons: Update examples too
author Kim Alvefur <zash@zash.se>
date Fri, 10 Dec 2021 00:20:21 +0100
parents d66162e850cd
children 17fbe82d4bfe
comparison
equal deleted inserted replaced
4818:d66162e850cd 4819:b1882a40c246
38 `@id` attribute is replaced with a string with the length based on log2 38 `@id` attribute is replaced with a string with the length based on log2
39 of the original length. 39 of the original length.
40 40
41 ## Example 41 ## Example
42 42
43 ```xml 43 ``` xml
44 <message from='full' id='xxxxxxxxxxxxxxxx' type='chat' to='bare'><body/><x xmlns='jabber:x:oob'><url/></x></message> 44 <message from='full' id='xxxxx' type='chat' to='bare'><body/><x xmlns='jabber:x:oob'><url/></x></message>
45 <message from='bare' id='xxxxxxxxxxxxxxxx' type='error' to='full'><error><remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></message> 45 <message from='bare' id='xxxxx' type='error' to='full'><error><remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></message>
46 <message from='full' id='xxxxxxxxxxxxxxxx' type='chat' to='bare'><body/><x xmlns='jabber:x:oob'><url/></x></message> 46 <message from='full' id='xxxxx' type='chat' to='bare'><body/><x xmlns='jabber:x:oob'><url/></x></message>
47 <message from='full' id='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' type='normal' to='bare'><x xmlns='jabber:x:conference'/></message> 47 <message from='full' id='xxxxxx' type='normal' to='bare'><x xmlns='jabber:x:conference'/></message>
48 ``` 48 ```