# HG changeset patch
# User MWild1
# Date 1253840137 0
# Node ID 9e5bdacd9a42325cd15fb74f1d0085d1f2402343
# Parent f374130200653a1e3ff0dceb56e6dce79e1aee28
Created wiki page through web user interface.
diff -r f37413020065 -r 9e5bdacd9a42 mod_webpresence.wiki
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_webpresence.wiki Fri Sep 25 00:55:37 2009 +0000
@@ -0,0 +1,21 @@
+#summary Display your online status in web pages
+
+= Introduction =
+
+Quite often you may want to publish your Jabber status to your blog or website. mod_webpresence allows you to do exactly this.
+
+= Details =
+
+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.
+
+= Usage =
+
+Once loaded you can embed the icon into a page using a simple `` tag, as follows:
+
+{{{}}}
+
+= Todo =
+
+ * Allow different formats, e.g. plain text, HTML, include status messages, etc.
+ * Display PEP information (maybe a new plugin?)
+ * More (free) iconsets
\ No newline at end of file