7
|
1 #summary Display your online status in web pages
|
30
|
2 #labels Stage-Stable
|
7
|
3
|
|
4 = Introduction =
|
|
5
|
|
6 Quite often you may want to publish your Jabber status to your blog or website. mod_webpresence allows you to do exactly this.
|
|
7
|
|
8 = Details =
|
|
9
|
|
10 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.
|
|
11
|
|
12 = Usage =
|
|
13
|
|
14 Once loaded you can embed the icon into a page using a simple `<img>` tag, as follows:
|
|
15
|
|
16 {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}}
|
|
17
|
22
|
18 = Compatibility =
|
|
19 ||0.6||Works||
|
42
|
20 ||0.5||Works||
|
22
|
21
|
7
|
22 = Todo =
|
|
23
|
|
24 * Allow different formats, e.g. plain text, HTML, include status messages, etc.
|
|
25 * Display PEP information (maybe a new plugin?)
|
|
26 * More (free) iconsets |