24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Remove vcard example config in mod_proxy65, it breaks PDF Docs generation

This commit is contained in:
Badlop 2024-04-04 00:49:57 +02:00
parent 7ea2c6eabf
commit 0b16cbddde

View File

@ -237,24 +237,7 @@ mod_doc() ->
"by some XMPP clients in Service Discovery. The value of "
"'vCard' is a YAML map constructed from an XML representation "
"of vCard. Since the representation has no attributes, "
"the mapping is straightforward."),
example =>
["# This XML representation of vCard:",
"# <vCard xmlns='vcard-temp'>",
"# <FN>Conferences</FN>",
"# <ADR>",
"# <WORK/>",
"# <STREET>Elm Street</STREET>",
"# </ADR>",
"# </vCard>",
"# ",
"# is translated to:",
"vcard:",
" fn: Conferences",
" adr:",
" -",
" work: true",
" street: Elm Street"]}}],
"the mapping is straightforward.")}}],
example =>
["acl:",
" admin:",