mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +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 "
|
"by some XMPP clients in Service Discovery. The value of "
|
||||||
"'vCard' is a YAML map constructed from an XML representation "
|
"'vCard' is a YAML map constructed from an XML representation "
|
||||||
"of vCard. Since the representation has no attributes, "
|
"of vCard. Since the representation has no attributes, "
|
||||||
"the mapping is straightforward."),
|
"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"]}}],
|
|
||||||
example =>
|
example =>
|
||||||
["acl:",
|
["acl:",
|
||||||
" admin:",
|
" admin:",
|
||||||
|
Loading…
Reference in New Issue
Block a user