mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-10 15:47:30 +01:00
Remove vcard example config in mod_proxy65, it breaks PDF Docs generation
This commit is contained in:
parent
7ea2c6eabf
commit
0b16cbddde
@ -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:",
|
||||
|
Loading…
Reference in New Issue
Block a user