Hi, the <presence/> sub tags are very cool, since they allow me to make the user's state automatically available to new participants. And since I have a lot of state, it is important that all is served by one presence message. Currently I have to send 2 in order to get the stat over with the second one.
The state a user has and which is sent to new participants includes: - digest of avatar - avatar position - presence status detail (of course) - user role Question: would you to use <x xmlns.../> sub tags in addition to <show/> and <status/> for the extra information. Actually I am writing a client, which uses groupchat extensively. If you are interested: http://jabber.bluehands.de/ Nothing else yet. Regards, -- Dr. Klaus H. Wolf bluehands GmbH & Co.mmunication KG http://www.bluehands.de/people/hw +49 (0721) 16108 75 -----Ursprungliche Nachricht----- Von: David Sutton [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 7. Oktober 2002 21:04 An: [EMAIL PROTECTED] Betreff: Re: [JDEV] groupchat <presence/> behaviour?? Hi there, Its because your original presence is discarded, and a generic available presence is stored in your user information instead. I'm currently changing this in the new groupchat being coded, based on the work in JEP-0045. Have you/anyone noticed any other strange behaviour with the conference component? Regards, David On Mon, Oct 07, 2002 at 07:43:02PM +0200, Heiner Wolf wrote: > Hi all, > > I am developing a jabber groupchat client. > I noticed that you can send any sub-tags (like <show> and <status/>, > <mytag/>, <x xmlns.../>) with a <presence/> message to a room, and the > groupchat component delivers those to all other chat clients, nice > > BUT: > > This does not work for the first <presence/> to a room. In other words: > the login message to a room can not carry additonal tags. :-) > (well, it can, but the server cleans it) > > Why? do the groupchat implementors have any idea why? > > It is an ordinary 1.4 jabberd with conference-0.4 > > Regards, > -- > Dr. Klaus H. Wolf > bluehands GmbH & Co.mmunication KG > http://www.bluehands.de/people/hw > +49 (0721) 16108 75 > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev -- David Sutton Email: [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
