RE: [jdev] About No Operation

2005-09-07 Thread Katz, Dov B (IT)
JabberCOM just sends a space/newline which is valid since its between
various msg/iq packets.  If you watch exodus/winjab logs, you'll see 

SENT: 
SENT :
SENT message
SENT:

I do the same in my java client and that resolves the  issue...

-Dov 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of BreezeChan
Sent: Wednesday, September 07, 2005 8:31 AM
To: Jabber software development list
Subject: [jdev] About No Operation

Dear All,

Is there have any command like NOP in ftp protocol for XMPP?
There have  a proxy server between  my jabber client  server,if no
communication between the server and client in ten seconds, the proxy
server will drop the conneciton. So,i hv to let the client send somthing
to server every 9 seconds. Does XMPP have some command just for keep
connecion ?

B RGDS,
Breeze


NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.


Re: Re: [jdev] About No Operation

2005-09-07 Thread BreezeChan
BreezeChan wrote:

Dear All,

Is there have any command like NOP in ftp protocol for XMPP?
There have  a proxy server between  my jabber client  server,if no 
communication between the server and client in ten seconds,
the proxy server will drop the conneciton. So,i hv to let the client send 
somthing to server every 9 seconds. Does XMPP 
have some command just for keep connecion ?

B RGDS,
Breeze



  

send a line feed (\n)


best greetings,
ulrich


thank you, ulrich!





Re: [jdev] About No Operation

2005-09-07 Thread Hal Rottenberg
Psi has a similar feature.

On 9/7/05, Katz, Dov B (IT) [EMAIL PROTECTED] wrote:
 JabberCOM just sends a space/newline which is valid since its between
 various msg/iq packets.  If you watch exodus/winjab logs, you'll see

-- 
Psi webmaster (http://psi-im.org)
im:[EMAIL PROTECTED]
http://halr9000.com


Re: Re: Re: [jdev] About No Operation

2005-09-07 Thread BreezeChan

BreezeChan wrote:

Dear All,

Is there have any command like NOP in ftp protocol for XMPP?
There have  a proxy server between  my jabber client  server,if no 
communication between the server and client in ten seconds,
the proxy server will drop the conneciton. So,i hv to let the client send 
somthing to server every 9 seconds. Does XMPP 
have some command just for keep connecion ?

B RGDS,
Breeze



  

send a line feed (\n)


best greetings,
ulrich


thank you, ulrich!




Thank you all !

The problem has been resolved.

B RGDS!
Breeze