[jadmin] Re: Synchronous messaging via Jabber
Alexander Gnauck
gnauck at ag-software.de
Fri Sep 22 04:09:09 CDT 2006
Jason Wren wrote:
> .....
> My intent is to set up a Jabber server that will allow them to receive a
> message on both devices at once. Also, some users float between two or
> three computers. Presumably such a server configuration would also
> allow them to receive messages on all machines through which they're
> logged in.
In XMPP we use resources and priorities to deliver messages. If a user
uses multiple clients for simultaneous logins then you have to send your
message to all his/her resources. This means you have to send the same
message to each resource or use Extended Stanza Addressing.
Or you have to use another model to broadcast your messages (eg pubsub).
Alex
More information about the JAdmin
mailing list