# HG changeset patch # User mva.name@gmail.com # Date 1344249522 0 # Node ID c27f27ba8b58b45e0d814ac3fffcde0367c2d54c # Parent 1fee37709cda3467654c36581051ec38d09cc46a mod_webpresence: fixing missed newline diff -r 1fee37709cda -r c27f27ba8b58 mod_webpresence.wiki --- a/mod_webpresence.wiki Mon Aug 06 10:35:06 2012 +0000 +++ b/mod_webpresence.wiki Mon Aug 06 10:38:42 2012 +0000 @@ -21,11 +21,12 @@ 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. -To get status name in plain text you can use something like that link: http://prosody.example.com:5280/status/john.smith/text +To get status name in plain text you can use something like that link: {{{http://prosody.example.com:5280/status/john.smith/text}}} -To get status message as plain text you can use something like following link: http://prosody.example.com:5280/status/john.smith/message +To get status message as plain text you can use something like following link: {{{http://prosody.example.com:5280/status/john.smith/message}}} + To get html code, containig status name, status image and status message (if set): -http://prosody.example.com:5280/status/john.smith/html +{{{http://prosody.example.com:5280/status/john.smith/html}}} All other = Compatibility =