# HG changeset patch # User mva.name@gmail.com # Date 1344249306 0 # Node ID 1fee37709cda3467654c36581051ec38d09cc46a # Parent f50173b0d169769fd1a0a0ba596965a53c59aa38 mod_webpresence: updated info on wiki page diff -r f50173b0d169 -r 1fee37709cda mod_webpresence.wiki --- a/mod_webpresence.wiki Fri Aug 03 13:02:26 2012 +0000 +++ b/mod_webpresence.wiki Mon Aug 06 10:35:06 2012 +0000 @@ -19,14 +19,24 @@ {{{}}} +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 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 + +All other = Compatibility = +||0.9||Works|| ||0.8||Works|| ||0.7||Works|| ||0.6||Works|| = Todo = - * Allow different formats, e.g. plain text, HTML, include status messages, etc. + * JSON? * Display PEP information (maybe a new plugin?) * More (free) iconsets - * Internal/external image generator (GD, ImageMagik) \ No newline at end of file + * Internal/external image generator (GD, ImageMagick) \ No newline at end of file