Florian Holzhauer wrote:
Hi List,
I am currently fiddling around a bit with pubsub, specifically with
the ejabberd-Component. Apparently, not all node-names are allowed
within ejabberd - I am able to create the node "home/zwoop.de/fh/test"
but the attempt to create "home/fh/test" throws a 405.
The same thing will happen when I try to add <configure/> to the
create-statement, as far as I know is this feature not implemented in
ejabberd.
a) what node-names are allowed in a pubsub-component
In ejabberd the "home-node" is:
"home/"+servername+"/"+username
It is possible to create an "instant node"
(jep-0060 Example 6. Client requests an instant node)
read the node attribute from result to get the "home node".
(then delete the instant node)
b.) what features are supported by a pubsub-compontent?
There is a bug in ejabberd.
jep-0060: Example 66. Entity Queries a node for information and meta-data
does not work using ejabberd.
I already reported the bug:
http://www.jabber.ru/bugzilla/show_bug.cgi?id=199
Bernhard
(I speak german - if you need more infos)