RE: RE: RE: RE: RE: [JDEV] Unreliable?

2001-05-04 Thread travis
[EMAIL PROTECTED]> Subject: RE: RE: RE: RE: [JDEV] Unreliable? In the offline case, wouldn't it be the same method except the server responds to you? (and indicates the user is offline)? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001

RE: RE: RE: RE: [JDEV] Unreliable?

2001-05-04 Thread Max Metral
6.0 To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: RE: RE: [JDEV] Unreliable? The way MSN does it is much lighter weight in general (but provides less functionality). Basically if an ack isn't received within a timeout, the client is in charge of alerti

RE: RE: RE: RE: [JDEV] Unreliable?

2001-05-03 Thread travis
o: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: RE: RE: [JDEV] Unreliable? The way MSN does it is much lighter weight in general (but provides less functionality). Basically if an ack isn't received within a timeout, the client is in charge of alerting the user t

RE: RE: RE: [JDEV] Unreliable?

2001-05-03 Thread Gregory Graham
Title: RE: RE: RE: [JDEV] Unreliable? My observation is that the server does store messages when the receiver is off-line, but at this time no feedback is given to the sender. The event (described in events.html) could be sent by the server in such a case, allowing the sending client to give

RE: RE: RE: [JDEV] Unreliable?

2001-05-03 Thread Max Metral
*may* not have been received). It may be doing a retry under the covers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 3:21 PM To: [EMAIL PROTECTED] Subject: RE: RE: RE: [JDEV] Unreliable? So let me get this straight, I send a message, i

RE: RE: RE: [JDEV] Unreliable?

2001-05-03 Thread Colin Madere
Title: RE: RE: RE: [JDEV] Unreliable? Correct and yes. Offline messages are supported in the current server, to my knowledge.  I don't know all the gory details though :) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May

RE: RE: RE: [JDEV] Unreliable?

2001-05-03 Thread travis
TECTED] Subject: RE: RE: [JDEV] Unreliable? http://docs.jabber.org/draft-proto/html/events.html http://docs.jabber.org/draft-proto/html/expire.html Although not spec yet, we have discussed this issue before, and events have some functionality tailored to that idea. --temas On 03 May 2001 10:01:34

RE: RE: [JDEV] Unreliable?

2001-05-03 Thread Max Metral
CTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Max Metral Sent: Thursday, May 03, 2001 10:46 AM To: '[EMAIL PROTECTED]' Subject: RE: RE: [JDEV] Unreliable? Maybe I'm speaking out of turn here, but doesn't MSN Messenger alre

RE: RE: [JDEV] Unreliable?

2001-05-03 Thread Guy Hussussian
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Max Metral Sent: Thursday, May 03, 2001 10:46 AM To: '[EMAIL PROTECTED]' Subject: RE: RE: [JDEV] Unreliable? Maybe I'm speaking out of turn here, but doesn't MSN Messenger already do this (message ack)?

RE: RE: [JDEV] Unreliable?

2001-05-03 Thread Max Metral
r convos are working) -Original Message- From: temas [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 12:52 PM To: [EMAIL PROTECTED] Subject: RE: RE: [JDEV] Unreliable? http://docs.jabber.org/draft-proto/html/events.html http://docs.jabber.org/draft-proto/html/expire.html Although n

RE: RE: RE: [JDEV] Unreliable?

2001-05-03 Thread travis
Title: RE: RE: [JDEV] Unreliable? But what if the client never gets the message?  That's the whole problem here.  The server needs to know whether the client got the message or not, not the other way around. Travis Original Message From: Colin Madere <[EMAIL PROTECTED

RE: RE: Re: [JDEV] Unreliable?

2001-05-03 Thread travis
of that message. Travis Original Message From: Max Horn <[EMAIL PROTECTED]> Sent: 2001-05-03 09:13:20.0 To: [EMAIL PROTECTED] Subject: RE: Re: [JDEV] Unreliable? At 11:34 Uhr -0600 02.05.2001, [EMAIL PROTECTED] wrote: >I think there should be some response from the client back to

RE: RE: [JDEV] Unreliable?

2001-05-03 Thread temas
ws to process differently.. no > server mod necessary... > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 02, 2001 5:25 PM > To: [EMAIL PROTECTED] > Subject: RE: RE: [JDEV] Unreliable? > > > I couldn't imagine

RE: Re: [JDEV] Unreliable?

2001-05-03 Thread Max Horn
At 11:34 Uhr -0600 02.05.2001, [EMAIL PROTECTED] wrote: >I think there should be some response from the client back to the >server letting it know that it has received the message and can then >delete. If no response is returned, then it will retry, or wait >until another presence from the cli

RE: RE: [JDEV] Unreliable?

2001-05-03 Thread Colin Madere
Title: RE: RE: [JDEV] Unreliable? Couldn't someone relatively easily build this into a client?  You could sent "message receipt" messages with the ID of the message sent to you and the client could take care of keeping track of it.  Just send a message with an namespace t

Proposal (was: Re: [JDEV] Unreliable?)

2001-05-03 Thread Kerem HADIMLI
lines anyway. It's impossible to get to trust something >like this unless you know without a doubt that you are not going to miss any messages. > > Travis > > Original Message > From: "Thomas Parslow (PatRat)" <[EMAIL PROTECTED]> > Sent: 2001-05

RE: RE: [JDEV] Unreliable?

2001-05-02 Thread travis
Title: RE: [JDEV] Unreliable? I couldn't imagine using a messenger in a business environment that didn't get all the messages through to me.  That would go straight into the trash can if I wasn't sure I was going to get a message or not.  I'm pretty sure that when us

RE: [JDEV] Unreliable?

2001-05-02 Thread Colin Madere
Title: RE: [JDEV] Unreliable? I don't know that everyone needs _guarenteed_ messaging (although I'm sure everyone would like it).  That does add overhead and client/server complexity.  I've looked into things such as SonicMQ, MQseries and JMS in general and a Jabber server/c

RE: [JDEV] Unreliable?

2001-05-02 Thread Todd Bradley
> Now I'm not sure if this is the server or the client (i'm > using jim mostly)? Or is it just that it's mostly from icq users? Back when I used "real" ICQ, a lot of messages were lost, too. I would blame the ICQ gateway on lost messages. It's pretty unlikely that it's the actual Jabber ser

Re: [JDEV] Unreliable?

2001-05-02 Thread temas
What's the whole setup? As for messaging as you describe it, this is being discussed in JAM. --temas On 02 May 2001 10:20:25 -0600, [EMAIL PROTECTED] wrote: > My main concern with jabber is that you can't always be guaranteed to receive a >message. Now most of my list is icq buddies, but I mi

RE: Re: [JDEV] Unreliable?

2001-05-02 Thread travis
<[EMAIL PROTECTED]> Subject: Re: [JDEV] Unreliable? > My main concern with jabber is that you can't always be guaranteed to receive a >message. Now most of my list is icq buddies, but I miss a lot of messages. I tell >people to email me if they want > to make sure I get i

Re: [JDEV] Unreliable?

2001-05-02 Thread Thomas Parslow (PatRat)
> My main concern with jabber is that you can't always be guaranteed to receive a >message. Now most of my list is icq buddies, but I miss a lot of messages. I tell >people to email me if they want > to make sure I get it. > > Now I'm not sure if this is the server or the client (i'm using j

[JDEV] Unreliable?

2001-05-02 Thread travis
My main concern with jabber is that you can't always be guaranteed to receive a message. Now most of my list is icq buddies, but I miss a lot of messages. I tell people to email me if they want to make sure I get it. Now I'm not sure if this is the server or the client (i'm using jim mostly