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

Andy Ford ajford at swbell.net
Mon Mar 5 17:28:15 CST 2001


On Mon, Mar 05, 2001 at 10:57:43AM -0700, Peter Saint-Andre wrote:
> Silviu Marin-Caea wrote:
> 
> > I could not find this feature in any jabber client.  Is it not feasible?
> 
> The protocol for this functionality is described at:
> 
>    http://docs.jabber.org/draft-proto/html/envelope.html
> 
> I'm not sure if any Jabber clients support this yet -- the first one to
> do so will probably be WinJab, since it's a point of pride with Peter
> Millard to support new protocol enhancements as soon as they're
> published.... :)
> 
> Peter
> 
> --
> Peter Saint-Andre
> stpeter at jabber.org
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
It was very easy for me to have this functionality using a JTree in a JabberBeans-based client.
There is a method in JTree to get all the selected users (and groups), 
and a simple foreach loop does the job.
-- 
yours,
Andy





More information about the JDev mailing list