4 summary: Display your online status in web pages
10 Quite often you may want to publish your Jabber status to your blog or
11 website. mod\_webpresence allows you to do exactly this.
16 This module uses Prosody's built-in HTTP server (it does not depend on
17 mod\_httpserver). It supplies a status icon representative of a user's
23 Simply copy mod\_webpresence.lua to your modules directory, the image
24 files are embedded within it. Then add "webpresence" to your
25 modules\_enabled list.
30 Once loaded you can embed the icon into a page using a simple `<img>`
33 <img src="http://prosody.example.com:5280/status/john.smith" />
35 Alternatively, it can be used to get status name as plaint text, status
36 message as plain text or html-code for embedding on web-pages.
38 To get status name in plain text you can use something like that link:
39 `http://prosody.example.com:5280/status/john.smith/text`
41 To get status message as plain text you can use something like following
42 link: `http://prosody.example.com:5280/status/john.smith/message`
44 To get html code, containig status name, status image and status message
45 (if set): `http://prosody.example.com:5280/status/john.smith/html`
64 - Display PEP information (maybe a new plugin?)
65 - More (free) iconsets
66 - Internal/external image generator (GD, ImageMagick)