On Jul 29, 2009, at 18:58, Jason <[email protected]> wrote:
This is a repost, I'm still hoping for a response.
Re "XEP-0248: PubSub Collection Nodes",
It appears that there is no support for pubsub collections to
contain remote nodes. I would like to be able to create a pubsub
collection on a server, and add nodes from other servers to it).
I'm wondering why this is?
Because collection nodes and child nodes do not use a URI as
parameters. Instead they reference node names directly which are only
unique to a given service.
The rationale is likely because of the difficulty for server
implementors in dealing with nodes on non-local services. If you want
this behavior you're probably better off reflecting pubsub from
remotes into your local service through some means.
-bjc