Software /
code /
prosody-modules
Changeset
1466:9da03e45c6be
Update LDAP docs for telephone and similar fields
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Wed, 02 Jul 2014 22:37:16 -0500 |
parents | 1465:07582b8aaf84 |
children | 1467:f10a3a5ba28f |
files | mod_lib_ldap/README.md |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_lib_ldap/README.md Wed Jul 02 22:31:52 2014 -0500 +++ b/mod_lib_ldap/README.md Wed Jul 02 22:37:16 2014 -0500 @@ -127,6 +127,23 @@ * telephone - TEL * email - EMAIL +For example, to get something like this in your vCard: + + <TEL> + <WORK /> + <VOICE /> + <NUMBER>555-555-5555</NUMBER> + </TEL> + +Your configuration for `telephone` will probably look something like this: + + telephone = { + work = { + voice = true, + number = 'telephoneNumber', + }, + } + ### Unsupported vCard fields * LABEL