[JDEV] Jabber Clients: sending a single message to more than one person

Colin Madere colin at vedalabs.com
Tue Mar 6 18:21:24 CST 2001


Ah.. I got the impression this was a client functionality proposal.. I'm
probably the one missing something :)

If that's the packet in the proposal, _obviously_ the server would be the
one receiving and interpreting it.  My mistake.  Guess this is basically a
more developed version of what I was talking about.  Thanks for making me
re-examine.

Colin

> -----Original Message-----
> From: Peter Saint-Andre [mailto:stpeter at jabber.org]
> Sent: Tuesday, March 06, 2001 5:54 PM
> To: jdev at jabber.org
> Subject: Re: [JDEV] Jabber Clients: sending a single message to more
> than one person
> 
> 
> Colin Madere wrote:
> 
> > This is true, Andy, but you are then actually 
> > sending a copy of the message _from_ the client 
> > for _every_ person, and it appears that this 
> > would be the case with the proposed "Envelope". 
> 
> This is not my understanding of the proposed 
> jabber:x:envelope protocol.
> I would think a client would send a message packet that looks 
> something
> like this:
> 
> <message to='sam at jabber.org'>
>   <body>I do not like green eggs and ham!</body>
>   <x xmlns='jabber:x:envelope'> 
>     <to jid='thing1 at jabber.org'>Thing1</to>
>     <to jid='thing2 at jabber.org'>Thing2</to>
>     <to jid='horton at jabber.org'>Horton</to>
>     <cc jid='southgoingzax at jabber.org'>SouthZax</cc>
>     <cc jid='northgoingzax at jabber.org'>NorthZax</cc>
>   </x>
> </message>
> 
> So only this one message gets sent from client to server. The server
> then takes care of sending it to the multiple recipients.
> 
> Am I missing something?
> 
> Peter
> 
> --
> Peter Saint-Andre
> stpeter at jabber.org
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20010306/f0966458/attachment-0002.htm>


More information about the JDev mailing list