Re: Re: [JDEV] Dynamic Creation of Users in Jabber Server

2002-03-26 Thread Nicholas Perez
I am not too sure what level of complexity you are looking to go for, but JabminRPC (https://www.jabberstudio.org/projects/view.php?id=10) could be used to do this very thing. Of course it's not java, but as long as your client speaks JabberRPC(Jabber flavoured XMLRPC) its not a problem at all

[JDEV] SSL port to jabber

2002-03-26 Thread [EMAIL PROTECTED]
Hi, I've asked this question once in jadminreposting it again. Are there any public jabber servers out there which forward 443 (https) port to jabber? I need to connect to jabber from inside a firewall. Only this methord seems to work for me to get thro proxies. Bye, Vishi

Publishing Stats (was Re: [JDEV] Concurrent Users)

2002-03-26 Thread Ashvil
> With the default c2s component only about 1000 users, with something > such as jpolld or jadc2s you can support many many more. By the way, How many users are on Jabber.org. Concurrent and active users (who login once a week) ? What kind of bandwidth and server does it take to run it ? etc. Th

[JDEV] "Latest" MSN and ICQ transports?

2002-03-26 Thread Glen
Hi Jabber group! I had so much luck with the "latest" Yahoo transport (after so much struggle with the "stock" transport) that I wanted to ask... Where is the "latest" MSN transport? Where is the "latest" ICQ transport? Thanks so much for any pointers or URLS I can get! Glen _

Re: [JDEV] Dynamic Creation of Users in Jabber Server

2002-03-26 Thread Eddie Conner
The current version does not have admin features. I was told that 1.6 should have. The option I used was to use xdb_sql with mySQL database. This allows me write directly to the tables to create and configure users. - Original Message - From: "raditha dissanayake" <[EMAIL PROTECTED]> T

Re: [JDEV] Dynamic Creation of Users in Jabber Server

2002-03-26 Thread raditha dissanayake
hi, as far as i know there isn't an exposed api that you can use for administration at the moment. If you want to add and remove users the easiest way would be for you to make/remove/edit entries in the spool directory. I also recommend that you check out the jabberbeans which will help you i

Re: [JDEV] Jabber Advocacy

2002-03-26 Thread David Waite
-= COBNET =- wrote: >> From: Julian Missig <[EMAIL PROTECTED]> >> Reply-To: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED] >> Subject: Re: [JDEV] Jabber Advocacy >> Date: Tue, 26 Mar 2002 15:53:00 -0500 > >> >> It's not likely that you'll be able to convince the sourceforge crew to >> do anything,

Re: [JDEV] Jabber Advocacy

2002-03-26 Thread -= COBNET =-
>From: Julian Missig <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: [JDEV] Jabber Advocacy >Date: Tue, 26 Mar 2002 15:53:00 -0500 > >Brian Lalor wrote: >>On Tue, 26 Mar 2002, Julian Missig wrote: >> >> >Can we get SourceForge to run a Jabber server for al

Re: [JDEV] Jabber Advocacy

2002-03-26 Thread -= COBNET =-
>From: "-= COBNET =-" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: [JDEV] Jabber Advocacy >Date: Tue, 26 Mar 2002 21:37:07 +0100 > >>From: Brian Lalor <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROTECTED] >>To: [EMAIL PROTECTED] >>Subject: Re: [JDEV] Jabber Adv

Re: [JDEV] Jabber Advocacy

2002-03-26 Thread Julian Missig
Brian Lalor wrote: > On Tue, 26 Mar 2002, Julian Missig wrote: > > Can we get SourceForge to run a Jabber server for all their users (384K). That would be a good way to attract them. >>> >>> >>>That's an excellent suggestion. Anyone know how we would go about >>>suggesting this to the S

Re: [JDEV] Jabber Advocacy

2002-03-26 Thread -= COBNET =-
>From: Brian Lalor <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: [JDEV] Jabber Advocacy >Date: Tue, 26 Mar 2002 08:27:22 -0700 (MST) > >On Tue, 26 Mar 2002, Julian Missig wrote: > > > >>Can we get SourceForge to run a Jabber server for all their users >(384

Re: Re[2]: [JDEV] Thesis work: jabber news watcher

2002-03-26 Thread -= COBNET =-
[sorry that I've reordered this post, it just make more sense to me reading up to down than down to up. I've learned to read that way you know ;-). Reading up to down is especially usefull for people who just subscribed to JDEV (like me ;-) ) and who want to pick up a discussion somewhere in th

Re[2]: [JDEV] Thesis work: jabber news watcher

2002-03-26 Thread Mike Mintz
I just completed a new RSS transport the day before yesterday in Python. If anyone's interested, I could post it up somewhere. - Mike Mintz ([EMAIL PROTECTED]) On 26 Mar 2002 10:13:14 -0600 Thomas Muldowney <[EMAIL PROTECTED]> wrote: > In JabberStudio's cvs you could take a look at some old R

Re[2]: [JDEV] WAP JAbber

2002-03-26 Thread Mike Mintz
i dont know about wap, but as for the web in general, try http://www.webjab.com/ or http://webim.jabber.com/ -mikem On Mon, 25 Mar 2002 15:26:53 - Maria Adoração Alves <[EMAIL PROTECTED]> wrote: > hi, > > I have the same question, and for Web too . > > I looking for a jabber client for

Re: [JDEV] Dynamic Creation of Users in Jabber Server

2002-03-26 Thread r-a-v-i
Thanks for the immediate response Raditha ! Ur guess was exactly correct. I am trying to administer Jabber Server via a Java Client !! Wherein, I am able to connect to the server using the existing JIDs, but, am unable to create a new ID remotely. Infact, I am looking for the following kinda if t

Re: [JDEV] Newbie: c2s SSL

2002-03-26 Thread Duncan Shannon
> I read about the SSL configuration in the Jabber server > FAQ (1.14). Will Jabber use SSL to encrypt the entire > communication? (Sorry again, I guess this question is > really stupid.) > Im not sure, but I think so. Someone on the list will know. > Second question: my server does not have a

Re: [JDEV] Concurrent Users

2002-03-26 Thread Thomas Muldowney
With the default c2s component only about 1000 users, with something such as jpolld or jadc2s you can support many many more. --temas On Tue, 2002-03-26 at 05:09, Satish Reddy wrote: > Hello > > Every one i have jabber 1.4.1 server installed adn running in with the > > following transports

Re: [JDEV] Newbie: c2s SSL

2002-03-26 Thread Thomas Muldowney
Unfortunately the IP must match the entry for the key found in the section. I also believe it only listens on that IP. Maybe you could write a simple configuration rotater? --temas On Mon, 2002-03-25 at 03:04, Richard Körber wrote: > Hi! > > I have a stupid question about Jabber SSL. I thin

Re: [JDEV] Thesis work: jabber news watcher

2002-03-26 Thread Thomas Muldowney
In JabberStudio's cvs you could take a look at some old RSS transports to maybe get some ideas of where to go with it. Currently I don't know of any RSS or news watchers that are in a good development cycle. --temas On Mon, 2002-03-25 at 17:18, -= COBNET =- wrote: > Hi, > > > I'm in my last

RE: [JDEV] server question

2002-03-26 Thread Thomas Muldowney
No this only seems to show up on win32 at the moment. --temas On Tue, 2002-03-26 at 08:35, Jose Obando wrote: > Does the solaris version has this bug? > > Jose Obando > Software Engineer > (305) 716-1007 ext. 120 > ClientSoft, Inc > > > -Original Message- > From: Thomas Muldowney [m

RE: [JDEV] WAP JAbber

2002-03-26 Thread Maria Adoração Alves
hi,   I have the same question, and for Web too .   I looking for a jabber client for web.     Thanks, Maria Alves     -Original Message-From: Satish Reddy [mailto:[EMAIL PROTECTED]]Sent: sábado, 23 de Março de 2002 10:15To: [EMAIL PROTECTED]Subject: [JDEV] WAP JAbber He

[JDEV] Thesis work: jabber news watcher

2002-03-26 Thread -= COBNET =-
Hi, I'm in my last but one year at the University of Ghent in Belgium (http://www.rug.ac.be) where I'm attending my Diploma of the Second Cycle (licentiaat) in Computer Science. For my last year, I have to work on my thesis. We can choose from subject that our university presents to us or we can

[JDEV] Newbie: c2s SSL

2002-03-26 Thread Richard Körber
Hi! I have a stupid question about Jabber SSL. I think I got it right, but since it is security related, I better be safe than sorry... I am frequently working with my notebook in untrusted network environments, so I want to encrypt all my traffic between Gabber and my own Jabber server to keep

[JDEV] Net::Jabber and oob

2002-03-26 Thread Rico -mc- Gloeckner
Hi, i wrote a tiny perl client for jabber and everything was working fine, but when i get a Mail from, i.e. a Psi Client with oob Data for, i.e. URLs, iam lost on how to decode them. i have the callback for messages setup: sub doMessage { my $reference = shift; my $message = shi

Re: [JDEV] Jabber Advocacy

2002-03-26 Thread Brian Lalor
On Tue, 26 Mar 2002, Julian Missig wrote: > >>Can we get SourceForge to run a Jabber server for all their users (384K). > >>That would be a good way to attract them. > > > > > > That's an excellent suggestion. Anyone know how we would go about > > suggesting this to the SourceForge guys? > >

RE: [JDEV] server question

2002-03-26 Thread Jose Obando
Does the solaris version has this bug? Jose Obando Software Engineer (305) 716-1007 ext. 120 ClientSoft, Inc -Original Message- From: Thomas Muldowney [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 9:53 PM To: [EMAIL PROTECTED] Subject: RE: [JDEV] server question Seems to be

Re: [JDEV] Dynamic Creation of Users in Jabber Server

2002-03-26 Thread raditha dissanayake
Hi ravi, can you tell us if you are trying to administor a jabber server via a remote client or are you refering to an existing java client? ps: please remove the stationaer from your reply some of us will not be able to read your mail otherwise. r-a-v-i wrote: > href="file://C:\Program File

[JDEV] Dynamic Creation of Users in Jabber Server

2002-03-26 Thread r-a-v-i
Hi All,      Can anybody tell me how to configure Users in Jabber Server dynamically using a java client ??   Lots of thanks in advance ...   Tx n Rgds   r-a-v-i

[JDEV] Dynamic User Creation in Jabber

2002-03-26 Thread r-a-v-i
Hi All, How do I create a user in Jabber Server dynamically from my Java Code ?? Can anybody suggest me how to do this ??   Lots of thanks in advance .. Tx n Rgds   r-a-v-i - Original Message - From: Riyaad Miller To: Satish Reddy Cc: Jabber De

Re: [JDEV] msn transport configuration

2002-03-26 Thread raditha dissanayake
Hi, this has nothing to do with your ip viraj the compilation of your msn transport seems to have failed or you have not entered the so file's location correctly in the jabber.xml. Viraj Samaranayake wrote: > hello all, > > I need your help to configure my msn tranport.I got the following

Re: [JDEV] Jabber Advocacy

2002-03-26 Thread Julian Missig
Michael Brown wrote: >>>I've certainly tried a few times, but we just don't have a good enough >>>handle on why the general population should care about Jabber. >>>Personally, I'm having a hard enough time selling it to fellow open >>>source developers, the same people who refuse to MS Office docu

RE: [JDEV] Concurrent Users

2002-03-26 Thread Riyaad Miller
hi there   our configs appear to be more or less the same could you kindly mail me the yahoo entry of you jabber.xml please i've been strugglish for the last x weeks getting the bloody transport to work! oh yes ~ about the max user thing i've been told by zad (i think) that the max user

[JDEV] Concurrent Users

2002-03-26 Thread Satish Reddy
Hello  Every one i have jabber 1.4.1 server installed adn running in with the   following transports Yahoo,ICQ,AIM,MSN   how many simultaneous users can Jabber Server Support ?  Best Regds Satish Reddy  

[JDEV] msn transport configuration

2002-03-26 Thread Viraj Samaranayake
hello all, I need your help to configure my msn tranport.I got the following error.If anyone knows how to solve this problum tell me. mydomain ip = 192.168.200.45 its called messenger.Normally jabber server working properly. [jabber@messenger jabber-1.4.1]$ ./jabberd/jabberd -h 192.168.200.45

[JDEV] Thesis work: jabber news watcher

2002-03-26 Thread -= COBNET =-
Hi, I'm in my last but one year at the University of Ghent in Belgium (http://www.rug.ac.be) where I'm attending my Diploma of the Second Cycle (licentiaat) in Computer Science. For my last year, I have to work on my thesis. We can choose from subject that our university presents to us or we can

Re: [JDEV] Jabber Advocacy

2002-03-26 Thread Michael Brown
> > I've certainly tried a few times, but we just don't have a good enough > > handle on why the general population should care about Jabber. > > Personally, I'm having a hard enough time selling it to fellow open > > source developers, the same people who refuse to MS Office documents > > because