Mercurial > eldonilo > avatar
view README @ 9:9360b78c7a5b
Add WebHost configuration, and default it to both IPv6 and IPv4.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 22 May 2011 23:10:02 +0200 |
parents | e0cd5ede76af |
children | a637cde69f71 |
line wrap: on
line source
======================================== JavaScript XMPP Avatar Retriever ======================================== ======================= Install ======================= The source code is available here: http://linkmauve.fr/avatar/source/code You can try it by appending a JID after <http://linkmauve.fr/avatar/>, like: http://linkmauve.fr/avatar/linkmauve@linkmauve.fr This program requiers the node.js framework, and either the xmpp.js library or node-xmpp. You can find these software here: http://nodejs.org/ http://xmppjs.prosody.im/ https://github.com/astro/node-xmpp Or if your distribution has these packaged (as in ArchLinux), simply install the packaged version. The config file is configuration.js, in the source directory. All options should be enough documented; if not, contact me. When you have the dependances installed, you can simply run: % ./avatar.js to launch the component. There is no install procedure for now. Please DO report any bug you encounter and ask for any feature you want. ======================= Authors ======================= Emmanuel Gil Peyrot (Link Mauve) <linkmauve@linkmauve.fr> ======================= Contact/support ======================= XMPP or SMTP: linkmauve@linkmauve.fr ======================= License ======================= This is Free Software. (learn more: http://www.gnu.org/philosophy/free-sw.html) This is released under the Gnu AGPLv3 license Please read the COPYING file for details