mod_pubsub_hub/README.wiki
changeset 1807 4d73a1a6ba68
parent 1806 0ab737feada6
child 1808 3228fb928a93
--- a/mod_pubsub_hub/README.wiki	Fri Aug 28 16:05:00 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-#summary PubSubHubbub service
-
-= Introduction =
-
-This module implements a
-[http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html PubSubHubbub]
-(PuSH) hub, allowing PuSH clients to subscribe to local XMPP
-[http://xmpp.org/extensions/xep-0060.html Publish-Subscribe] nodes stored by
-[http://prosody.im/doc/modules/mod_pubsub 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||