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