Software /
code /
prosody-modules
Diff
mod_lib_ldap/README.md @ 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 |
parent | 1224:0b72b8fe4591 |
child | 1643:71538875be48 |
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