[JDEV] Help: Invalid namespace specified
David S. Hansen
codepoet at wildties.com
Thu Mar 8 09:44:42 CST 2001
> I'll help you out, but first - are you trying to connect as a component
into
> the server's trust (so you can do things like access XDB of user
accounts), or
> are you trying to be a completely independant server piece? the 'service'
> section in the jabber.xml points towards component access, but the use of
> jabber:server implies that you are trrying to be separate (jabber:server
is for
> s2s communication, not for components)
I would ideally like to connect as a trusted component - I am using MySQL as
the xdb data store, so theoretically I could call my own xdb routines
through jdbc and NOT be a trusted component, but I'm not too keen on that
idea. =)
The main idea is that I would like to connect and somehow register to be an
smtp transport, so that jabberd routes any <message> elements to this
standalone java app - I have everything ready to go except the means of
establishing the trusted connection to do this, becuse it's just so damned
undocumented. =)
In advance, I thank you for your help.
More information about the JDev
mailing list