comparison mod_webpresence.wiki @ 299:c27f27ba8b58

mod_webpresence: fixing missed newline
author mva.name@gmail.com
date Mon, 06 Aug 2012 10:38:42 +0000
parents 1fee37709cda
children 528721aaea46
comparison
equal deleted inserted replaced
298:1fee37709cda 299:c27f27ba8b58
19 19
20 {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}} 20 {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}}
21 21
22 Alternatively, it can be used to get status name as plaint text, status message as plain text or html-code for embedding on web-pages. 22 Alternatively, it can be used to get status name as plaint text, status message as plain text or html-code for embedding on web-pages.
23 23
24 To get status name in plain text you can use something like that link: http://prosody.example.com:5280/status/john.smith/text 24 To get status name in plain text you can use something like that link: {{{http://prosody.example.com:5280/status/john.smith/text}}}
25 25
26 To get status message as plain text you can use something like following link: http://prosody.example.com:5280/status/john.smith/message 26 To get status message as plain text you can use something like following link: {{{http://prosody.example.com:5280/status/john.smith/message}}}
27
27 To get html code, containig status name, status image and status message (if set): 28 To get html code, containig status name, status image and status message (if set):
28 http://prosody.example.com:5280/status/john.smith/html 29 {{{http://prosody.example.com:5280/status/john.smith/html}}}
29 30
30 All other 31 All other
31 = Compatibility = 32 = Compatibility =
32 ||0.9||Works|| 33 ||0.9||Works||
33 ||0.8||Works|| 34 ||0.8||Works||