[JDEV] help

2001-04-12 Thread Dillip Kumar Swain
Title: RE: help HI SirI am facing some problem with xdb_sql.as per your advice I am developing a mysql module in c. to intigrate with Jabber Server 1.2/1.4 but when I am going to configure it..the problem islike that..but I am sure about path of MysqlLibrary...is currect... but

[JDEV] Password Encryption when we register a new user

2001-04-12 Thread Girish chhatwani
Hi, All the passwords are stored in the xml file under the spools directory are stored i unencrypted format. I have also tried by finding out the code and myself written modules for encryption and decription there...but i found a problem that if the passwords contain characters such as ?? or so

[JDEV] client for zero knowledge authentication

2001-04-12 Thread Girish chhatwani
Hi, I have tried for zero knowledge authentication by using a client developed by me but it doesnt worked anway since when i was sending the hash value of my password it was not giving any message back to me either error or result.Soi will be really grateful if anybody can tell if there is any

[JDEV] icq transport + firewall

2001-04-12 Thread Aragor
What i need open on my firewall (port and protocol) for correct working icq transport. udp:4000 not enough. ICQ use some tcp ports for c2c (p2p) communication, but i don't now its number. Sorry for my bad English. I am Russian. mailto:[EMAIL PROTECTED]

[JDEV] client for zero knowledge authentication

2001-04-12 Thread Jared Rhine
[Citation date: Thu, 12 Apr 2001 01:06:22 -0700 (PDT)] Girish == Girish chhatwani [EMAIL PROTECTED] Girish So i will be really grateful if anybody can tell if there Girish is any client or is there any code available that supports Girish Zero Knowledge Authentication. I, and

[JDEV] Lost messages

2001-04-12 Thread Thomas Parslow (PatRat)
Just noticed an even more worrying thing related to the problem with offline users appearing online I reported a few days ago. It seems that if you send a message to a user who appears to be online (but is in fact offline) then it is lost, it is never received by the other user and no indication

[JDEV] Re: Anyone tried tunneling XML ?

2001-04-12 Thread Thomas Charron
Jabber client communications, yes. Unfortionatly, you *do* have to do a little bit of a fakeout of the IP address. Clients such as WinJab connect to, say, "jabber.org", and present the server name as part of the initial stream connection. Hence, I cannot tell it to connect, in my case, my

[JDEV] setting presence kills 1.4 and 1.4.1

2001-04-12 Thread Dustin Puryear
I am trying to set my presence from my client and it is segfaulting the server (both 1.4 and 1.4.1). I AM running jabber on an internal server that does not have a public DNS name. Following is a telnet session that causes a crash. Following that is the last output of jabberd -D. Any clues? The

[JDEV] xdb_odbc module

2001-04-12 Thread Peter Saint-Andre
I've added to CVS the xdb_odbc module created by Lubos Pochman. Please note that I've only added the files and that I'm not the maintainer! :) This module does not show up when you type 'cvs co -c', but it *is* there and you can get it by typing 'cvs -z3 checkout xdb_odbc'. Or you can grab it off

RE: [JDEV] JUD docs?

2001-04-12 Thread Colin Madere
Title: RE: [JDEV] JUD docs? Assuming I go through with a JUD implementation, I will surely post any and all info I come up with. I'm usually good about getting docs done, so that would likely be done also. Thanks for noting the doc situation guys, I've seen a marked improvement in the

[JDEV] Looking for a Windows based Jabber Server

2001-04-12 Thread Jon Bell
Does one exist... Looking to leverage the Jabber Server for Inline WebBased Chat and Notifications. Thanks ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Looking for a Windows based Jabber Server

2001-04-12 Thread kadokev
What I really need for webbased chat to be useful is support in the Jabber Java applet for the new conference subsystem. Looking to leverage the Jabber Server for Inline WebBased Chat and Notifications. I would be very suprised if Jabber server in it's current state was ported to run on a

[JDEV] Hey ! This will continue forever ! Somebody please remove this person from list!

2001-04-12 Thread Kerem HADIMLI
I just noticed that, the auto responding program emails the message to the list. As it emails it to the list, it receives another email (own email), and sends another email to the list! This means it'll go on forever! Please list admins unsubscribe [EMAIL PROTECTED] from the list, or make their

[JDEV] Yahoo Transport Crash

2001-04-12 Thread Kevin Limperos
Hi, I'm running the Yahoo transport in its own (separate) jabberd on RH 6.2/Jabber1.4.1/Yahoo0.8-1.4. When a user logs in then logs out and logs in again, something is apparently not reset or cleaned up correctly, as the server core dumps. The trace is: #0 0x8056fd1 in jid_cmp (a=0x30,

[JDEV] JabberBeans

2001-04-12 Thread Matt Diez
Title: JabberBeans Yep, I'm probably going to hell for not reporting this through the proper channels, but I think I've stumbled across a bug in JabberBeans. When Jabber sends the following packet: xdb type='set' action='insert' to='user@elavil' from='sessions' ns='jabber:x:offline'

Re: [JDEV] setting presence kills 1.4 and 1.4.1

2001-04-12 Thread Peter Saint-Andre
Well, that's bizarre. I do the same test on my 1.4 server (RH 7.0) and it works fine. If your XML were invalid you'd get: stream:errorInvalid XML/stream:errorConnection closed by foreign host. However your XML is fine. Are you on some funky platform? Peter Dustin Puryear wrote: I am trying

Re: [JDEV] JabberBeans

2001-04-12 Thread David Waite
whoop, don't know how that one slipped through the cracks. It is fixed now in CVS. It actually lost it on the send (never transmitted) -David Waite Matt Diez wrote: Yep, I'm probably going to hell for not reporting this through the proper channels, but I think I've stumbled across a

[JDEV] Yahoo Transport Problem - FIX

2001-04-12 Thread Kevin Limperos
After detailed analysis of the Yahoo 0.8-1.4 source,I found the core dump problem can be resolvedby altering line 49 of sessions.c insideyahoo_session_end() from: ghash_remove(s-yti-s, s-user); to: ghash_remove(s-yti-s, jid_full(s-user)); Without the call to jid_full(...),

[JDEV] Password Encryption when we register a new user

2001-04-12 Thread Girish
Hi, All the passwords are stored in the xml file under the spools directory are stored i unencrypted format. I have also tried by finding out the code and myself written modules for encryption and decription there...but i found a problem that if the passwords contain characters such as ??