Re: [JDEV] Relationship with .NET?

2001-04-10 Thread Thomas Charron
>I suggest if we as an industry are going to back anything we back SOAP >and XML and let .NET .DIE Wow, I can honestly say I've never heard such an ignorant statement in my life. Let me put the statement in perspective for people who are not up to par with .NET.. "I suggest if we as an

Re[2]: [JDEV] Relationship with .NET?

2001-04-10 Thread Thomas Parslow (PatRat)
>>I suggest if we as an industry are going to back anything we back SOAP >>and XML and let .NET .DIE > > > Wow, I can honestly say I've never heard such an ignorant statement in > my life. Let me put the statement in perspective for people who are not up > to par with .NET.. > > "I sugges

Re: [JDEV] Client libararies in Tcl

2001-04-10 Thread Mats Bengtsson
> *sighs* > Anyway, nice to see my name inside the files... Also, nice to notice some of > my comments, and internal varnames too :) > BTW, i liked the way you did them OO :) > > Regards, > Kerem HADIMLI Sorry if I missed your name, but I didn't know how much was done by you and how much was do

Re: Re[2]: [JDEV] Relationship with .NET?

2001-04-10 Thread Thomas Charron
From: Thomas Parslow (PatRat) <[EMAIL PROTECTED]> To: Thomas Charron <[EMAIL PROTECTED]> Date: Tuesday, April 10, 2001 9:12 AM Subject: Re[2]: [JDEV] Relationship with .NET? >>>I suggest if we as an industry are going to back anything we back SOAP >>>and XML and let .NET .DIE >> "I suggest if

RE: [JDEV] Detecting client/server disconnect?

2001-04-10 Thread Oliver Jones
At 10:30 PM 4/6/01 -0700, Robert Temple wrote: >This has been an minor issue for us. It was minor for us too, until we switched over to handling our Jabber connections through a load-balancer and it suddenly turned into a major issue. That's because the load-balancer is aggressive about cleani

[JDEV] .. new JabberIM ..

2001-04-10 Thread Jens Langner
Title: .. new JabberIM .. Hello Developers, I recently tested the latest JabberIM version 1.6.03 and I was impressed about the new features. But also with some of this new features I am facing some problems. In earlier versions the password in the xml-configfile were not encrypted and I pr

[JDEV] .. jabberim and file-transfer ..

2001-04-10 Thread Jens Langner
Title: .. jabberim and file-transfer .. Again me, and again I am wondering about some things about the new release of JabberIM. I tried the file-transfer and recognized that JabberIM is exchanging the files between two jabber-clients via the server http://files.jabber.com/ Of course this

RE: [JDEV] JUD docs?

2001-04-10 Thread Constantin Nickonov
Running through some JUD operations (with Jabber IM in debug mode) yields the following XML sequences: SENT: RECV: Fill in all of the fields to add yourself to JUD.JoeSchmoejschmoe [EMAIL PROTECTED]somekey --- SENT: JosephSchmoejsc hmoe[EMAIL PROTECTED]somekey RECV: --- SENT: RECV: Fill i

RE: [JDEV] .. jabberim and file-transfer ..

2001-04-10 Thread Todd Bradley
The ability to change the file transfer method is planned for a future release of Jabber Instant Messenger. Right now, with version 1.6, there is no way to configure which file-server is used (other than to have Jabber.com create a custom version for you). If you're uncomfortable or unable to us

Re: [JDEV] register then reconnect?

2001-04-10 Thread Dustin Puryear
Peter Saint-Andre wrote: > > Yes, the basically defines the session, so registering a new > user would be starting a new stream. That doesn't seem very logical to me. A stream should be independent of a session, especially if you define a session (I really need to read all of the Jabber docs) a

Re: [JDEV] RE: File Transfer [was buddy icons]

2001-04-10 Thread kadokev
> One thing though, once the conversation has been snooped on, isn't the > security already totally compromised? It's a reasomable goal for any system to ensure that passive traffic sniffing does not compromise the security, As was mentioned earlier, SSL, PGP, and 0K authentication can help assi

Re: [JDEV] using inittab to respawn server

2001-04-10 Thread Dustin Puryear
wil at home wrote: > > Just a note to those who want to make sure that your jabber server is up at > all times, use inittab to have it automatically respawned whenever it dies. True. However, if you do need to kill it you will then need to a little bit of work. Another method is to write a simpl

Re: [JDEV] Relationship with .NET?

2001-04-10 Thread David Bovill
> From: "Thomas Charron" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 10 Apr 2001 07:38:25 -0400 > To: <[EMAIL PROTECTED]>, "Dixon Canario" <[EMAIL PROTECTED]> > Subject: Re: [JDEV] Relationship with .NET? > >> I suggest if we as an industry are going to back anything we back SO

Re: [JDEV] register then reconnect?

2001-04-10 Thread Dustin Puryear
temas wrote: > > I thought this was fixed to work once. Can you send a log of an > attempted session? Well, sheesh, I had code that was bombing out trying this very thing. However, I just wrote some new test code and it appears to work: $ ./reg_users -s localhost -j crack -t 4 -w 0 buf = reg

[JDEV] voice chat ...

2001-04-10 Thread saw keong
hello ...   i got your email from JDEV discussion ,   from your discussion , i've read about hearme.com that provide open sourse . can you give me the address of this site because i'm trying to develop a voice chat applet ...   thanks for you help .. i really appreciate it  

Re: [JDEV] Relationship with .NET?

2001-04-10 Thread Thomas Charron
From: "David Bovill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 10:57 AM Subject: Re: [JDEV] Relationship with .NET? > > "I suggest if we as an industry are going to back anything we back small > > peices of wood made so we can pick our teeth, and LET TOOTHPICKS DIE.

RE: [JDEV] JUD docs?

2001-04-10 Thread Colin Madere
Title: RE: [JDEV] JUD docs? Peter, you are correct, I'm not interested in the internal messages (since I'd be writing the internals myself). Constantin, thanks for the messages that are currently being sent back and forth.  I'll go that route (using debug in WinJab to figure messages) until

[JDEV] Registration questions

2001-04-10 Thread Jens Alfke
Now I'm adding support for registering a new account, working from the JPG pp.58-61. Mostly straightforward, except: (1) I'm somewhat confused about the "already registered" response. As far as I can tell, it indicates that the requested username is already taken, so the client should prompt the u

Re: [JDEV] Message security [was File Transfer]

2001-04-10 Thread Mathew Johnston
Check out www.megaepic.com/~johnston/newencryption.txt - its a proposal that we're working on to get some better encryption support into jabber. Mathew Johnston On Mon, 9 Apr 2001, Jens Alfke wrote: > > On Sunday, April 8, 2001, at 10:26 AM, Robert Temple wrote: > > > Its certainly bad that its

Re: [JDEV] Message security [was File Transfer]

2001-04-10 Thread Jens Alfke
On Tuesday, April 10, 2001, at 09:36 AM, Mathew Johnston wrote: Check out www.megaepic.com/~johnston/newencryption.txt - its a proposal that we're working on to get some better encryption support into jabber. This looks good. I'm glad to see it piggybacking on a standard XML encryption scheme, e

Re: [JDEV] ANN: Client Developer's Cheat Sheet rev.1

2001-04-10 Thread Peter Saint-Andre
I've added a link to this resource from the Contributed Docs page: http://docs.jabber.org/links.trp Peter Jens Alfke wrote: > > Over the weekend I wrote some documentation on how to write a Jabber client (rather, >the back end of one.) It's an overview that mostly links to material in the JPO

Re: [JDEV] turning OFF karma

2001-04-10 Thread Dustin Puryear
Keith Minkler wrote: > > Simply using 0 tag will turn off karma limits, since > it will prevent a user's karma from ever decreasing. I did that and still get: 20010410T17:16:08: [warn] (io_select): 127.0.0.1 is being connection rate limited Relevent jabber.xml: ./pthsock/pthsock

Re: [JDEV] Registration questions

2001-04-10 Thread Jens Alfke
On Tuesday, April 10, 2001, at 09:12 AM, I wrote: (1) I'm somewhat confused about the "already registered" response. As far as I can tell, it indicates that the requested username is already taken, so the client should prompt the user to enter a different username. (The JPG says "If the user is a

RE: [JDEV] Registration questions

2001-04-10 Thread Constantin Nickonov
Title: The tag also comes into play with JUD, i.e., when there's already an entry in the database. In such instances, the current entry is also passed back to the client, who can choose to change it.   ---Constantin Nickonov   -Original Message-From: Jens Alfke [mailto:[EMAIL PROTE

Re: [JDEV] using inittab to respawn server

2001-04-10 Thread kadokev
> wil at home wrote: > > Just a note to those who want to make sure that your jabber server is up at > > all times, use inittab to have it automatically respawned whenever it dies. > > True. However, if you do need to kill it you will then need to a little > bit of work. Another method is to writ

[JDEV] Offline contacts apear to be online

2001-04-10 Thread Thomas Parslow (PatRat)
Hi, When a user on my roster goes offline sometimes it does not show that they are offline for quite a while (I've got one showing atm how went offline 10 minutes ago). It doesn't seem to be a problem with contacts using AIM or ICQ. Is there some way this can be fixed? This is probably linked to

[JDEV] Jabber DevZone News - Jabber Survey

2001-04-10 Thread Jabber DevZone
Jabber Survey The following was posted by [EMAIL PROTECTED] via the Jabber DevZone web site (http://dev.jabber.org/): How open is the Jabber project? What can we do to improve? We need your feedback to make Jabber even better, so please take a moment to fill out the survey that Jeremie Miller

Re: [JDEV] voice chat ...

2001-04-10 Thread John Hebert
Saw, I looked at http://www.hearme.com and did not see anything that looked like downloadable open source. Can you rephrase your question? John Hebert 4/11/01 8:25:21 AM, "saw keong" <[EMAIL PROTECTED]> wrote: > hello ... > > i got your email from JDEV discussion , > > from your discuss

[JDEV] How to check users presence?

2001-04-10 Thread Yooung-young Kim
If I want to check someone's presence, how can I check it(in Client)? I send "" ,for test, But there is no response. ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] voice chat ...

2001-04-10 Thread dlb
is it http://www.tellme.com ? they use voiceXML John Hebert wrote: > Saw, > > I looked at http://www.hearme.com and did not see anything that looked like >downloadable open source. Can you rephrase your question? > > John Hebert > > 4/11/01 8:25:21 AM, "saw keong" <[EMAIL PROTECTED]> wrote: >

Re: [JDEV] How to check users presence?

2001-04-10 Thread Peter Saint-Andre
Are you subscribed to this person's presence (i.e., are you in the other person's roster with a subscription type of 'from' or 'both')? You need to be in order for the probe to work. Peter Yooung-young Kim wrote: > > If I want to check someone's presence, how can I check it(in Client)? > I send