Software /
code /
prosody-modules
Changeset
824:bc173b17c15f
Add photo config to sample config
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Mon, 17 Sep 2012 23:56:21 +0200 |
parents | 823:8971110c0a61 |
children | 825:abdc5db04152 |
files | mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Mon Sep 17 23:56:11 2012 +0200 +++ b/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Mon Sep 17 23:56:21 2012 +0200 @@ -34,5 +34,9 @@ vcard_format = { displayname = 'cn', -- Consult the vCard configuration section in the README nickname = 'uid', + photo = { + type = 'binval', + binval = 'jpegPhoto', + } }, }