Mercurial > prosody-modules
comparison 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 |
| parents | 0b72b8fe4591 |
| children | 71538875be48 |
comparison
equal
deleted
inserted
replaced
| 1465:07582b8aaf84 | 1466:9da03e45c6be |
|---|---|
| 125 | 125 |
| 126 * address - ADR | 126 * address - ADR |
| 127 * telephone - TEL | 127 * telephone - TEL |
| 128 * email - EMAIL | 128 * email - EMAIL |
| 129 | 129 |
| 130 For example, to get something like this in your vCard: | |
| 131 | |
| 132 <TEL> | |
| 133 <WORK /> | |
| 134 <VOICE /> | |
| 135 <NUMBER>555-555-5555</NUMBER> | |
| 136 </TEL> | |
| 137 | |
| 138 Your configuration for `telephone` will probably look something like this: | |
| 139 | |
| 140 telephone = { | |
| 141 work = { | |
| 142 voice = true, | |
| 143 number = 'telephoneNumber', | |
| 144 }, | |
| 145 } | |
| 146 | |
| 130 ### Unsupported vCard fields | 147 ### Unsupported vCard fields |
| 131 | 148 |
| 132 * LABEL | 149 * LABEL |
| 133 * AGENT | 150 * AGENT |
| 134 * CATEGORIES | 151 * CATEGORIES |
