[jdev] presence stanza processing with group chat

Norman Rasmussen norman at rasmussen.co.za
Mon Jul 31 12:52:33 CDT 2006


On 7/31/06, Tong <tongwangchen at gmail.com> wrote:
> I guess I missed something. So you'll need to have separate servers for MUC
> and normal XMPP? I mean
> macbeth.shakespeare.lit can't serve as both? Where do you specify which
> server is what type?

That's basically correct.  You only need different domains for each
component.  You can happily run multiple components on one server, or
even under a single process.  Each 'xmpp domain' has it's own primary
function, eg:

 - macbeth.shakespeare.lit would be the primary domain for users
 - confrerence.macbeth.shakespeare.lit would be the GC/MUC domain.

The 'servers' in charge of these domains can be on seperate machines,
or the same machine.  They could be seperate processes, or the same
process.

-- 
- Norman Rasmussen
 - Email: norman at rasmussen.co.za
 - Home page: http://norman.rasmussen.co.za/



More information about the JDev mailing list