Hey all,
I'm having some difficulties with PubSub on openfire 3.7.1. Whenever I try to create a new node I end up with a 403 auth error.
<iq id="OQFQ9-2" from="crim@localhost/fj" to="pubsub.localhost" type="set"><pubsub xmlns="http://jabber.org/protocol/pubsub"><create node="poop"></create></pubsub></iq>
and this is what I'm getting back:
<iq type="error" id="OQFQ9-2" from="pubsub.localhost" to="crim@localhost/fj"><pubsub xmlns="http://jabber.org/protocol/pubsub"><create node="poop"></create></pubsub><error code="403" type="auth"><forbidden xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>
Any thoughts? Do I need to set any properties/config options on the Openfire server?
I've attempted setting:
xmpp.pubsub.root.nodeID = /
xmpp.pubsub.create.anyone I've set to false/true/0/1 all w/o any luck.
Thanks!
Stephen