Mercurial > prosody-wiki
view mod_webpresence.wiki @ 285:a1068d19ef5f
mod_mam: Update reference to the now published XEP
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 08 Jun 2012 23:59:28 +0200 |
parents | 49c54511545a |
children | 1fee37709cda |
line wrap: on
line source
#summary Display your online status in web pages #labels Stage-Stable = Introduction = Quite often you may want to publish your Jabber status to your blog or website. mod_webpresence allows you to do exactly this. = Details = This module uses Prosody's built-in HTTP server (it does not depend on mod_httpserver). It supplies a status icon representative of a user's online state. = Installation = Simply copy mod_webpresence.lua to your modules directory, the image files are embedded within it. Then add "webpresence" to your modules_enabled list. = Usage = Once loaded you can embed the icon into a page using a simple `<img>` tag, as follows: {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}} = Compatibility = ||0.8||Works|| ||0.7||Works|| ||0.6||Works|| = Todo = * Allow different formats, e.g. plain text, HTML, include status messages, etc. * Display PEP information (maybe a new plugin?) * More (free) iconsets * Internal/external image generator (GD, ImageMagik)