Software /
code /
prosody-modules
Changeset
826:9dc7d92f44e8
Fix prosody config (type is MIME type)
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Tue, 18 Sep 2012 00:13:37 +0200 |
parents | 825:abdc5db04152 |
children | 827:e801edea846a |
files | mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Tue Sep 18 00:07:31 2012 +0200 +++ b/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Tue Sep 18 00:13:37 2012 +0200 @@ -35,7 +35,7 @@ displayname = 'cn', -- Consult the vCard configuration section in the README nickname = 'uid', photo = { - type = 'binval', + type = 'image/jpeg', binval = 'jpegPhoto', } },