diff mod_pubsub_hub/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents
children 9e268b4fba08
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_pubsub_hub/README.markdown	Fri Aug 28 18:03:58 2015 +0200
@@ -0,0 +1,32 @@
+---
+summary: PubSubHubbub service
+...
+
+Introduction
+------------
+
+This module implements a
+[PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html)(PuSH)
+hub, allowing PuSH clients to subscribe to local XMPP
+[Publish-Subscribe](http://xmpp.org/extensions/xep-0060.html) nodes
+stored by [mod\_pubsub](http://prosody.im/doc/modules/mod_pubsub).
+
+Configuration
+-------------
+
+    Component "pubsub.example.com" "pubsub"
+
+    modules_enabled = {
+      "pubsub_hub";
+    }
+
+The hub is then available on {http://pubsub.example.com:5280/hub}.
+
+Compatibility
+-------------
+
+  ------- --------------
+  trunk   Works
+  0.9     Works
+  0.8     Doesn't work
+  ------- --------------