view mod_webpresence.wiki @ 19:936f87fe73e6

Updated todo and instructions for new pastebin_threshold option
author MWild1
date Fri, 25 Sep 2009 21:25:23 +0000
parents 9e5bdacd9a42
children 4e03f01fa683
line wrap: on
line source

#summary Display your online status in web pages

= 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.

= 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" />}}}

= Todo =

  * Allow different formats, e.g. plain text, HTML, include status messages, etc.
  * Display PEP information (maybe a new plugin?)
  * More (free) iconsets