Re: [JDEV] How to find the presence of a user at server side (was : How to find whether a user is offline from user.xml file)

2001-10-23 Thread Sivakumar Malli
Is there no other way to do this (any API) other that reading the code and directly accessing the datastructure in JSM (assuming the presence data of users is stored in JSM in some datastructure) from the server module i write? DJ, comments please. +Siva+ - Original Message - F

Re: [JDEV] About IRC Transport

2001-10-19 Thread Sivakumar Malli
No thanks. I am running jabber on Solaris. But just curious to know what hacks you did. +Siva+ - Original Message - From: "David Sutton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 10:45 PM Subject: Re: [JDEV] About IRC Transport > Hello, > > If yo

Re: [JDEV] About IRC Transport

2001-10-18 Thread Sivakumar Malli
Sorry, something got corrupted in the previous mail. Have a look at this one. As you suggested i tried to send a message to the server. But there was no reply from the server. There was no error at the server side also. After that without waiting for the response i sent Siva

[JDEV] Help : IRC module... giving a not implemented error.

2001-10-08 Thread Sivakumar
I am using Jabber 1.4.1 server and IRC module irc-transport-0.1b-1.40. The server is starting fine and is also tells the the IRC transport is starting. It also shows up in the client as an agent. Then when i try to join a group in the IRC it gives an error saying "Server error. Not implemented". M

[JDEV] How to find whether a user is offline from user.xml file

2001-10-08 Thread Sivakumar
I want to know whether the user is offline/online from the user.xml file that is in the /spool// directory. Which tag i must look into to find that. I looked into the user.xml file and found one tag that might be useful. But the tag don't seem to change whether i am online or not. Is

Re: [JDEV] A report and a dumb question

2001-10-08 Thread Sivakumar
Yes, John is correct. URLConnection sends http header along with the message. You have to open a Socket and do all the communication using byte stream. That will work. -Siva Subject: Re: [JDEV] A report and a dumb question From: John Draughn <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: 06 Oct

[JDEV] Re: [jadmin] Help on developing server side module.

2001-10-02 Thread Sivakumar
ilman.jabber.org/listinfo/jdev/ Peter -- Peter Saint-Andre email/jabber: [EMAIL PROTECTED] web: http://www.saint-andre.com/ On Mon, 1 Oct 2001, Sivakumar wrote: > Hello all, > > I am trying to develop a server side module. It will be of great help if > somebody could give me pointers