External component - PEP

Hello,
I am considering using ejabberd as an XMPP server for its clustering feature. And I am gathering information about usage of external components. As I understand it, the only standard way for stanza to be routed to external component, is to use a subdomain. But what about routing based on namespace of stanza? Like using external PEP component, where you publish items to no JID. Is it possible with ejabberd(my real intensions is to write some external components in java and use ejabberd as server platform).
I dont have much time left for evaluating all possible xmpp servers, so please, if you know the answer to my question, reply ASAP.

Thank you in advance,

Matus

It should be possible, you

It should be possible, you need to write a custom ejabberd module, server side.
That module only redirects IQs on your desired namespace to your external component JID (may be encapsulating the original stanza)

Syndicate content