Mercurial > prosody-wiki
annotate mod_webpresence.wiki @ 141:9add3ebe92f4
Add installation section, and update compatibility table.
author | MWild1 |
---|---|
date | Wed, 07 Jul 2010 09:43:08 +0000 |
parents | 5cd506c117e9 |
children | 49c54511545a |
rev | line source |
---|---|
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 | |
141
9add3ebe92f4
Add installation section, and update compatibility table.
MWild1
parents:
42
diff
changeset
|
12 = Installation = |
9add3ebe92f4
Add installation section, and update compatibility table.
MWild1
parents:
42
diff
changeset
|
13 |
9add3ebe92f4
Add installation section, and update compatibility table.
MWild1
parents:
42
diff
changeset
|
14 Simply copy mod_webpresence.lua to your modules directory, the image files are embedded within it. Then add "webpresence" to your modules_enabled list. |
9add3ebe92f4
Add installation section, and update compatibility table.
MWild1
parents:
42
diff
changeset
|
15 |
7 | 16 = Usage = |
17 | |
18 Once loaded you can embed the icon into a page using a simple `<img>` tag, as follows: | |
19 | |
20 {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}} | |
21 | |
22 | 22 = Compatibility = |
141
9add3ebe92f4
Add installation section, and update compatibility table.
MWild1
parents:
42
diff
changeset
|
23 ||0.8||Works|| |
9add3ebe92f4
Add installation section, and update compatibility table.
MWild1
parents:
42
diff
changeset
|
24 ||0.7||Works|| |
22 | 25 ||0.6||Works|| |
26 | |
7 | 27 = Todo = |
28 | |
29 * Allow different formats, e.g. plain text, HTML, include status messages, etc. | |
30 * Display PEP information (maybe a new plugin?) | |
31 * More (free) iconsets |