Re: [JDEV] AIM and ICQ Transports

2001-06-06 Thread Thomas Muldowney
Need some info like what versions of stuff you are talking about. --temas On Wed, Jun 06, 2001 at 04:37:22PM -0700, Michael Abraham Shulman wrote: > Hi, > > I have a few questions/suggestions/complaints about the AIM and ICQ > transports. > > First, I find that sometimes (all the time?) the AI

Re: [JDEV] jabber:xdb:nslist namespace

2001-06-06 Thread David Waite
Wow, I didn't even know about this one until you pointed it out. This is a server-specific namespace, used to store a list of custom data for a user. The writing code is in mod_xml.c (as part of JSM), when a new namespace is written it adds an entry to this list. It does not look like there is a

[JDEV] AIM and ICQ Transports

2001-06-06 Thread Michael Abraham Shulman
Hi, I have a few questions/suggestions/complaints about the AIM and ICQ transports. First, I find that sometimes (all the time?) the AIM transport doesn't send presence when AIM users change their status. Even logging out of the transport and back in doesn't update their status, only logging ou

[JDEV] jabber:xdb:nslist namespace

2001-06-06 Thread Matt Diez
Title: jabber:xdb:nslist namespace Can anyone point me to documentation on the jabber:xdb:nslist namespace? Matthew D. Diez [EMAIL PROTECTED]

[JDEV] jabber:iq:private (well, not so private - public) data storage.

2001-06-06 Thread Matt Diez
Title: jabber:iq:private (well, not so private - public) data storage. Okay - say I make a request for a user's public data, but the user hasn't actually set the data for that namespace yet. Should this return an error or an empty result? Matt Diez

Re: [JDEV] Running Multiple Jabber Servers

2001-06-06 Thread Thomas Muldowney
Well there is mod_farm on the contrib download area, but it's not fully tested yet. --temas On Mon, Jun 04, 2001 at 04:30:13AM -, Amarnath Yara wrote: > Hi all, I was wondering if there is a way I can run multiple jabber servers > with a single database for client authentication. I intend t

Re: [JDEV] Help SSL

2001-06-06 Thread Thomas Muldowney
Try recompiling... that usually means something bad happened =) --temas On Fri, Jun 01, 2001 at 02:24:03PM -0400, Emery, Ralph (ISSAtlanta) wrote: > Using a debian version on linux ( 2.2 R3) > > Installed openssl 0.9.5 > > I have read every article on ssl. But I continue to have the same pr

Re: [JDEV] Jabber DevZone News - @jabber.org server

2001-06-06 Thread Thomas Muldowney
Again it's not necessarily a matter that simple. The pipe gets filled, rate limitting takes affect and things seem to slow down. Some of it is also acting as legitimate traffic and that causes some of the development things to spazz. So we're trying to seperate production level from development

[JDEV] DPSM small update

2001-06-06 Thread Thomas Muldowney
I put a devpoll patch against 2.4.5 into cvs as well as some better instructions on setting it up (from kegel.com). New code shortly. --temas PGP signature

RE: [JDEV] Removing user account from Jabber server!!!

2001-06-06 Thread Rafael Molina
Title: RE: [JDEV] Removing user account from Jabber server!!! The only way to remove it completely from jabber is to restart the server. -Original Message- From: John Hebert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 8:20 AM To: [EMAIL PROTECTED] Subject: RE: [JDEV] Re

RE: [JDEV] Removing user account from Jabber server!!!

2001-06-06 Thread John Hebert
I also had to restart the jabber server after removing the username.xml file. Is there a specific IQ message or somesuch to remove references to a user in a running jabber server? Or is restarting the jabber server required? 6/6/01 12:50:12 AM, Rafael Molina <[EMAIL PROTECTED]> wrote: > You mus

RE: [JDEV] Removing user account from Jabber server!!!

2001-06-06 Thread Rafael Molina
Title: RE: [JDEV] Removing user account from Jabber server!!! You must delete de corresponding user's XML file to delete a user. -Original Message- From: Igor Borisovsky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 6:33 AM To: [EMAIL PROTECTED] Subject: [JDEV] Removing

[JDEV] Removing user account from Jabber server!!!

2001-06-06 Thread Igor Borisovsky
Hi! How can I remove user account from jabber server? Does anyone knows? --- Igor Borisovsky. DataNaut Inc. Nizhny Novgorod. ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] OpenLdap

2001-06-06 Thread Benoit Orihuela
hi, > i am using jabber server.. > i wan't my server to talk to openldaphow shall i go about it.. you can use xdb_ldap. It provides a way to authenticate via an LDAP server (tested with openLDAP). You can also use it to manage VCards. the module is available here : http://download.jabber.