RE: [JDEV] password authentication

2001-05-11 Thread zad
Hi Tony, take a look at some samples in download.jabber.org specifically ldapauth.tar.gz I am making a similar authentication control there ... let me know if I can be of more help! zad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Byers

[JDEV] password encription

2001-05-11 Thread Dillip Kumar Swain
Hi Guys... I am using Jabber Server-1.4.1 can you please advice me how will I encrypted passwdrather than plain text. Thanx in advance regards dillip

Re: [JDEV] Server feature request

2001-05-11 Thread Dave Smith
In the next iteration of server development, MIO will be modified such that it will not will use SIGUSR2 for this. Having debugging turned on via SIGUSR2 is intriguing and we'll look into that for the next iteration. Probably, it would simply be used as a boolean -- if debugging is off SIGUSR2

Re: [JDEV] password encription

2001-05-11 Thread Peter Saint-Andre
I'm sure there has been discussion of this on the JADMIN list (visit http://mailman.jabber.org/listinfo/jadmin/ to sign up), which is dedicated to issues of this kind (as opposed to the JDEV list, which is for software development questions). However, it's good to know that the order of

RE: [JDEV] Server feature request

2001-05-11 Thread Max Metral
This might make it a bit annoying to write automated scripts... Unless we have some way of finding out what state the server is in? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 9:05 AM To: [EMAIL PROTECTED] Subject: Re: [JDEV] Server

RE: [JDEV] Customizing Jabber server

2001-05-11 Thread Matt Diez
Title: RE: [JDEV] Customizing Jabber server You can register external handlers for everything. Instead of setting it up in an xdb section, just configure a service entry, and give it a service name, connect with your service, and I believe it should start picking up all requests, filter out

[JDEV] Re: Implementing Jabber Server in other Languages (Was RE: [JDEV]Cus tomizing Jabber server)

2001-05-11 Thread temas
This is one of the exact goals of the Foundation, to have a formalized process for working on the protocol. Jabelin will then be the group to work on server development. Some more info about this should be out today or tomorrow. --temas On 11 May 2001 08:50:50 -0500, Iain Shigeoka wrote: At

[JDEV] jabberbeans Question?

2001-05-11 Thread anand v
Hi, I am using the latest jabberbeans JabberBeans-0.9.0-pre4 and I would like to know how to subscrive yahoo and msn transport to a java client using jabber server 1.4.1?? The code is working fine but I have to logout the client and log back in to see the transport work properly Thanks Anand

RE: [JDEV] jabberbeans Question?

2001-05-11 Thread Dixon Canario
Hey can you share your jabber client with the group... I'm looking for a jabber client to incorporate it in a big software project... so if you can do so I'll appreciate it.. :) well, later and thanks.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

Re: [JDEV] Server feature request

2001-05-11 Thread Dave Smith
Huh? What are you wanting to do with such a script? Diz On Fri, May 11, 2001 at 09:24:06AM -0700, Max Metral wrote: This might make it a bit annoying to write automated scripts... Unless we have some way of finding out what state the server is in? -Original Message- From: [EMAIL

[JDEV] passwords

2001-05-11 Thread Tony Byers
Hello - I thought I had this figured out but I don't. Does anyone know how to obtain the password from the client in any of the mod_auth files. I've stuck the following line in many different places and password is always NULL. password = xmlnode_get_tag_data(m-packet-iq, password); I've

[JDEV] EtherX vs. Transports

2001-05-11 Thread Mark Zamoyta
I was thinking of writing a Jabber transport to access my company's proprietary IM system, but several major problems arise: 1) There are thousands of Jabber servers and each one would need to run my transport for its users to access my system. There's no way 35,000 + Jabber server admins

Re: [JDEV] Re: Implementing Jabber Server in other Languages (Was RE: [JDEV] Cus tomizing Jabber server)

2001-05-11 Thread Dave Smith
On Fri, May 11, 2001 at 12:37:22PM -0600, Peter Saint-Andre wrote: temas wrote: This is one of the exact goals of the Foundation, to have a formalized process for working on the protocol. Jabelin will then be the group to work on server development. Some more info about this should be

[JDEV] Jabber DevZone News - Jabber Progress Report

2001-05-11 Thread Jabber DevZone
Jabber Progress Report The following was posted by [EMAIL PROTECTED] via the Jabber DevZone web site (http://dev.jabber.org/): The recent explosion of Jabber has put many pressures on some of the original team. We're so used to being everywhere at once, but now we're finding it hard to do

[JDEV] trouble compiling dpsm

2001-05-11 Thread Dustin Puryear
I am trying to compile dpsm to test it and having problems. The compiler is not finding the declaration for 'struct karma' or for the various KARMA_ macros. I take a look and dpsm.h is including jabber/jabber.h, which was installed by libjabber 1.2 as far as I can tell since jabber 1.4 includes

Re: [JDEV] EtherX vs. Transports

2001-05-11 Thread Iain Shigeoka
At 11:48 AM 5/11/2001 -0700, Mark Zamoyta wrote: Other communication protocols such as SMTP, IRC, etc... specify client-to-server protocol as well as server-to-server protocol, but for Jabber I only find client-to-server protocol documented. :) I had the same experience. You need to look at

Re: [JDEV] EtherX vs. Transports

2001-05-11 Thread David Waite
Iain Shigeoka wrote: At 11:48 AM 5/11/2001 -0700, Mark Zamoyta wrote: Other communication protocols such as SMTP, IRC, etc... specify client-to-server protocol as well as server-to-server protocol, but for Jabber I only find client-to-server protocol documented. :) I had the same

[JDEV] Re: Customizing Jabber server

2001-05-11 Thread Kevin Bryan
Here's what I did to make the xdb_sql module handle just authentication. I beleive that by using those ns/ tags, you could specify whatever namespace you wish to handle. Note that the ns/ in the second one is necessary and acts as a catch all. (Jabber 1.4) xdb id=xdb_sql host/