ejabberd - Comments for "Photos vCard view and validation in Web interface" https://www.ejabberd.im/node/1575 en I added two small functions: https://www.ejabberd.im/node/1575#comment-17766 <p>I added two small functions: get_user_photo and write_user_photo, and now it stores images on JPEG files.</p> <p>Try the modified source code and compiled binary: <noindex><a href="/ejabberd_users" rel="nofollow" >ejabberd_users</a></noindex></p> Thu, 14 Jun 2007 18:04:22 +0000 mfoss comment 17766 at https://www.ejabberd.im Someone to help me ? https://www.ejabberd.im/node/1575#comment-17458 <p>Someone could help me for my questions and problems ?</p> <p>I've an Erlang program (<noindex><a href="http://www.julienbarbedette.com/ejabberd/ejabberd_users.erl" title="http://www.julienbarbedette.com/ejabberd/ejabberd_users.erl" rel="nofollow" >http://www.julienbarbedette.com/ejabberd/ejabberd_users.erl</a></noindex>) which dumps info about users registered on server (with some vcard info) from mnesia to html file. But for the photo, I've a problem. The HTML file obtained looks like to <noindex><a href="http://julienbarbedette.com/ejabberd/usersList.html" title="http://julienbarbedette.com/ejabberd/usersList.html" rel="nofollow" >http://julienbarbedette.com/ejabberd/usersList.html</a></noindex> . The photo is not the jpeg photo, but it's the binary code or something like that.</p> <p>After I could re-use that for the Web administration interface.</p> <p>Julien</p> Thu, 14 Jun 2007 14:20:33 +0000 latin3g comment 17458 at https://www.ejabberd.im Ok to modify the photo. In https://www.ejabberd.im/node/1575#comment-16218 <p>Ok to modify the photo. In fact, it's not a modification but simply a consultation of the photo that I'd like. I just want that our administrator for the ejabberd server can see the photo of each user in the Web interface.</p> <p>About 'validate the photo', yes we want check if it's not a pornographic photo for example. So, our administrator needs a list of users who have modified their photo, and for each user, he could accept or refuse it.</p> <p>I hope it's more precise than the first post.</p> <p>Julien</p> <p>PS : I'm french and don't speak English fluently, so I hope it's understandable.</p> Mon, 11 Jun 2007 15:29:38 +0000 latin3g comment 16218 at https://www.ejabberd.im The only way to modify the https://www.ejabberd.im/node/1575#comment-13959 <p>The only way to modify the photo on the vcard is the user sending an XMPP packet, as Jabber clients do.</p> <p>I think adding that feature to web admin would be 'medium' difficulty :)</p> <p>'Validate the photo', do you mean to check if the user modified it?</p> <p>Do you want all users to have exactly the same photo, or each one may have a different one? Do you want to prevent users from changing the photo you selected for them?</p> Sat, 09 Jun 2007 09:02:47 +0000 mfoss comment 13959 at https://www.ejabberd.im