RE: [jdev] Hello and multi-state presence status

2004-12-22 Thread JD Conley
This is handled by the client. If the client application announces presence (no to address) then the server will route that to all nodes which are subscribed to it. However, a client application can send different presence with a specific to address to different contacts (at their full JID). In

[jdev] Hello and multi-state presence status

2004-12-22 Thread Matthew Terenzio
Hello, Just joined the list. Howdy. I was curious what work has been done regarding sending a different presence status to different contacts. Is this easily done? Does it have to be server related or can it be handled within the protocol? Thanks, Matt __

RE: [jdev] Jabber roster question

2004-12-22 Thread Keith Willis
All, For those of you interested, I did receive a reply to my message and there is a bug in joey that would send to all users regardless of if they were online or not. I put a check in to make sure they existed prior to sending the message and it took the processing down quite a bit (as you could

[jdev] Jabber roster question

2004-12-22 Thread Keith Willis
All, I am using the Joey Jabber server with Jabber-net. I am having problems with large rosters. (well over 1000 in the roster) The problem is this... When I sign in, The server has to ping all the users in my roster to let them know my presence. I then will get a response back from those t

Re: [jdev] Re: Use of $Id$ in source files

2004-12-22 Thread Thomas Charron
On Wednesday 22 December 2004 10:11 am, Neil Stevens wrote: > On Wednesday 22 December 2004 07:12 am, Thomas Charron wrote: > > On Wednesday 22 December 2004 03:05 am, Neil Stevens wrote: > > > The idea makes merging harder because it adds unnecessary conflicts > > > (as any two branches will have

[jdev] Re: Use of $Id$ in source files

2004-12-22 Thread Neil Stevens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 22 December 2004 07:12 am, Thomas Charron wrote: > On Wednesday 22 December 2004 03:05 am, Neil Stevens wrote: > > The idea makes merging harder because it adds unnecessary conflicts > > (as any two branches will have conflicts in the Id l

Re: [jdev] Re: Use of $Id$ in source files

2004-12-22 Thread Thomas Charron
On Wednesday 22 December 2004 03:05 am, Neil Stevens wrote: > On Tuesday 21 December 2004 08:24 am, Bresler, Jonathan wrote: > > Folks, > > These $Id$ make it much easier to discuss the files. > > "see version 1.58 of jabberd14/jabberd/jabber.c" > > Rather than, " the version checked into CVS on 20

[jdev] Re: Use of $Id$ in source files

2004-12-22 Thread Neil Stevens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 22 December 2004 05:08 am, Bresler, Jonathan wrote: > While the CVS "sandbox" knows which version is checked out, > While one can use viewcvs.cgi to compare versions, > > One is still left with a significant problem. > > What version of ea

RE: [jdev] Re: Use of $Id$ in source files

2004-12-22 Thread Bresler, Jonathan
While the CVS "sandbox" knows which version is checked out, While one can use viewcvs.cgi to compare versions, One is still left with a significant problem. What version of each file in included in a particular release? For example: jabberd/lib/pool.c in jabberd-1.4.3 is version ??? Based upon

[jdev] Compiling gateway transports under cygwin

2004-12-22 Thread Nick Birren
I'm trying to compile gateway transports under cygwin - specifically, msn and yahoo transports. They both fail to load after compilation. Has anyone managed to run these under cygwin in the past? Are there any code tweaks required? I wouldn't mind spending a few hours getting it to work, but wo

[jdev] FOSDEM Jabber Developers Room

2004-12-22 Thread Ralph Meijer
Hi, I arranged for a Jabber Developers Room at FOSDEM [1], the Free and Open source Software Developers Europe Meeting. FOSDEM 2005 is held on 26 and 27 February 2005 in Brussels, Belgium. I need people [2] who are willing to do a presentation there. Let me know via Jabber [3] if you are intereste

[jdev] Re: Use of $Id$ in source files

2004-12-22 Thread Neil Stevens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 21 December 2004 08:24 am, Bresler, Jonathan wrote: > Folks, > > It is surprising that the source files for jabberd14 and jabberd2 > do not contain the "$Id" string used by RCS / CVS / SVN(?) > To mark each file with its version number. > >