Software /
code /
prosody-modules
Diff
mod_export_skeletons/README.md @ 4818:d66162e850cd
mod_export_skeletons: Generate ids based on log2 of the original length
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 10 Dec 2021 00:14:12 +0100 |
parent | 4817:e8e0cb97c480 |
child | 4819:b1882a40c246 |
line wrap: on
line diff
--- a/mod_export_skeletons/README.md Fri Dec 10 00:04:56 2021 +0100 +++ b/mod_export_skeletons/README.md Fri Dec 10 00:14:12 2021 +0100 @@ -35,7 +35,8 @@ Top level attributes are given special treatment since they carry protocol semantics. Notably the `@to` and `@from` JIDs are replaced by symbolic labels to convey what form (bare, full or host) they had. The -`@id` attribute is replaced with a string of the same length. +`@id` attribute is replaced with a string with the length based on log2 +of the original length. ## Example