view mod_pubsub_hub.wiki @ 511:9cf5a22e30a1

allow_unencrypted_plain_auth is not required
author MWild1@gmail.com
date Fri, 03 Apr 2015 00:57:11 +0000
parents 0f832ed3fbd1
children
line wrap: on
line source

#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||