[JDEV] RE: SSL Yet Again

2001-10-08 Thread Vladimirr
Hello! I am still not successfull installing Jabbber with SSL support on my SCO OpenServer. Now it is small hope to do this. What componets changed after 1.41 Release? Is Jabber2.tgz distribution on download.jabber.org/cvs OK for this? Must I renew other packages, like pth-1.3.7? > temas [

[JDEV] Using Java Socket and JAXP1.1 DefaultHandler

2001-10-08 Thread John Bell
Hi, I'm having a problem using the Java Socket object and the JAXP1.1 SAXParser DefaultHandler. To post all the code would make for a really long post so I'm hoping an explaination will be sufficient. I connect ok to jabber.org but it seems that my handler for the element doesn't get proces

Re: [JDEV] jabber.org

2001-10-08 Thread John Draughn
I've not taken the time to test individual transports and s2s by cross-sending messages via different servers and checking for reception of those same messages. You'd also have to have multiple 'probes' running off different networks to show that it wasn't "your" end not having visibility to the

Re: [JDEV] jabber.org

2001-10-08 Thread Adam Theo
Julian Missig wrote: > > Would someone mind telling me what the heck is up/down with jabber.org? > When it is up, the s2s is HORRIBLE, and other times I just get > connection refused or just get repeatedly disconnected. yes, i agree. it is quite a roller coaster ride to be on, but then jabber.or

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

2001-10-08 Thread Adam Theo
John Draughn wrote: > > Last I heard, the IRC-t was broke and no one was working on it. yes, true. it seems TSBandit has gone MIA, and is no longer working on the IRC-T. If no-one steps up to pick it up soon, I will, using my Ransom model to support hiring a programmer to do it ( http://www.theo

Re: [JDEV] What is wrong ? jabber:iq:search

2001-10-08 Thread Dave Waite
This works when I try it. I assume you are authenticated when you try? The only thing I can think of offhand is that the s2s connection between your server and jabber.org is broken, or that users.jabber.org went offline for a bit. -David Waite Christian Møller wrote: >I have desperatly been

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

2001-10-08 Thread Peter Saint-Andre
State is not kept in the user.xml file, it's maintained in the Jabber session manager. Do you want to be able to see the state of any random user? And are you interested in getting this information for users on a server that you run (i.e., you are the server admin) or for any old server? Peter -

RE: [JDEV] Single Sign on and stuff

2001-10-08 Thread Max Metral
If I gain physical access to your machine, cookies are the least of your problems. Cookies in themselves don't make replay attacks more or less possible. How people use them is a different story. -Original Message- From: Jonathan Siegle [mailto:[EMAIL PROTECTED]] Sent: Friday, October 0

Re: [JDEV] What is wrong ? jabber:iq:search

2001-10-08 Thread Peter Millard
You need to use type="get".. here is what comes out of Winjab: SENT: RECV: Fill in a field to search for any matching Jabber users. Peter M. ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

[JDEV] jabber.org

2001-10-08 Thread Julian Missig
Would someone mind telling me what the heck is up/down with jabber.org? When it is up, the s2s is HORRIBLE, and other times I just get connection refused or just get repeatedly disconnected. This is why we need status.jabber.org Julian -- email: [EMAIL PROTECTED] jabber:[EMAIL PROTECTED] ___

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

2001-10-08 Thread John Draughn
Last I heard, the IRC-t was broke and no one was working on it. -John 'zariok' Draughn On Mon, 2001-10-08 at 02:53, Sivakumar wrote: > 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 al

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

2001-10-08 Thread John Draughn
I would think the server maintains some sort of 'state' of online users, and if the user isn't in the list, then when it receives an "jabber:iq:time" for that jid, it date/time checks the .xml file. That's strictly guessing, Temas, Dizzy and Jer would be better folks where one could direct that q

Re: [JDEV] What is wrong ? jabber:iq:search

2001-10-08 Thread John Draughn
Type == "set" ??? Shouldn't that be "get"?? On Sun, 2001-10-07 at 22:16, Christian Møller wrote: > I have desperatly been trying to get the jabber:iq:search namespace to > work, but it seems to fail both on my local server AND at jabber.org > > The packet I send is the following: > > xmlns

[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] What is wrong ? jabber:iq:search

2001-10-08 Thread Christian Møller
I have desperatly been trying to get the jabber:iq:search namespace to work, but it seems to fail both on my local server AND at jabber.org The packet I send is the following: but I get nothing back ! Does anyone know why ? Is there something I need to initialise first to get the server t

Re: [JDEV] Single Sign-on and stuff

2001-10-08 Thread Iain Shigeoka
At 02:28 PM 10/7/2001 +0100, you wrote: >OK, this has turned into a rant, for which I apologise, but a rant it will >be. I see this all the time: developers sacrificing usability for security, >in the mistaken belief that black hats will tear people to pieces unless >it's 100% impenetrable. Not t