annotate mod_webpresence.wiki @ 22:4e03f01fa683

Added compatibility section
author MWild1
date Fri, 25 Sep 2009 22:56:34 +0000
parents 9e5bdacd9a42
children 0babb8d045e5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
1 #summary Display your online status in web pages
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
2
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
3 = Introduction =
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
4
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
5 Quite often you may want to publish your Jabber status to your blog or website. mod_webpresence allows you to do exactly this.
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
6
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
7 = Details =
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
8
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
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.
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
10
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
11 = Usage =
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
12
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
13 Once loaded you can embed the icon into a page using a simple `<img>` tag, as follows:
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
14
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
15 {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}}
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
16
22
4e03f01fa683 Added compatibility section
MWild1
parents: 7
diff changeset
17 = Compatibility =
4e03f01fa683 Added compatibility section
MWild1
parents: 7
diff changeset
18 ||0.6||Works||
4e03f01fa683 Added compatibility section
MWild1
parents: 7
diff changeset
19 ||0.5||Should work||
4e03f01fa683 Added compatibility section
MWild1
parents: 7
diff changeset
20
7
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
21 = Todo =
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
22
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
23 * Allow different formats, e.g. plain text, HTML, include status messages, etc.
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
24 * Display PEP information (maybe a new plugin?)
9e5bdacd9a42 Created wiki page through web user interface.
MWild1
parents:
diff changeset
25 * More (free) iconsets