comparison configuration.js @ 5:9b2f17ea1594

Add an option to guess the type of an avatar even if it is unspecified.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 19 May 2011 17:27:37 +0200
parents 8acaa0a575c7
children 51cda3a6e1c3
comparison
equal deleted inserted replaced
4:8acaa0a575c7 5:9b2f17ea1594
23 config.jid = 'avatar.example.org'; 23 config.jid = 'avatar.example.org';
24 config.host = 'localhost'; 24 config.host = 'localhost';
25 config.port = 5347; 25 config.port = 5347;
26 config.password = 'hellohello'; 26 config.password = 'hellohello';
27 config.directory = 'data'; // Directory of the cache. 27 config.directory = 'data'; // Directory of the cache.
28 config.guessType = false; // When true, assume that the TYPE of the avatar is image/png if not specified.