Re: [JDEV] Is Group Chat possible in jabber ?

2002-05-31 Thread r-a-v-i-v-e-d-a-l-a
Sorry ...may be our mail server is sending it ! I am sending only one copy ! Tx n Regds V-E-D-A-L-A Using the correct technology is not as important as using the technology correctly. - Original Message - From: Dave [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 31, 2002

[JDEV] Java Jabber Client with file transfer possibilty???

2002-05-31 Thread Pascal Pfister
Hello together Does anybody know or have a Java Jabber Client which offers the possibilty to transfer files? The jabberbeans API doesn't offer anything like this (yet), I fear. Thanx for your help. Pascal ___ jdev mailing list [EMAIL PROTECTED]

[JDEV] Jabber Server on jabber.org

2002-05-31 Thread Amarnath Yara
Hi All, Thanks for your replies regarding my question about jabber server 1.4.1 and 1.4.2 performances. Is the jabber server 1.4.2 running on jabber.org same as the one available for download from the site or is it a latest CVS snapshot ? Thanks. Regards, Amarnath Yara [EMAIL

Re: [JDEV] sip to jabber component

2002-05-31 Thread Ben Schumacher
The solution to your problem seems to be fairly simple. Before you establish the sesssion with the Jabber server, you are routing to '[EMAIL PROTECTED]/sip', which is correct. However, after you've established the session, you're routing to the address associated with your session, but for some

Re: [JDEV] Java Jabber Client with file transfer possibilty???

2002-05-31 Thread Jason Anderson
I believe Shaolo does this http://shaolo.com I am developing a client in Java and aim to support all standard features, but file transfer won't be done for another month or so. jason Pascal Pfister wrote: Hello together Does anybody know or have a Java Jabber Client which offers the

[JDEV] modifying jabberd to run as daemon

2002-05-31 Thread Justin Georgeson
I've been able rearrange some of the code in jabberd.c to get the port bound before setgid/setuid and fork. This lets me run jabberd on privileged ports as a nonroot user. The problem is the pidfile is still owned by root and has the wrong pid. Can anyone point me in the right direction? --

[JDEV] Getting a user's presence state

2002-05-31 Thread Ramy M. Hassan
I am writing a system wide email notification system. It should send a notification message when an email arrives to a user only when he is online. This means that I have to know the presence state of the user before I decide to send him anything. Is there any good way to know this