Ticket #1 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

JS bug #5084: Transport doesn't support JEP-0085 (Chat State Notifications)

Reported by: irek Assigned to: jajcus (accepted)
Priority: minor Component: jggtrans
Version: 2.2.1 Keywords:
Cc:

Description

Test conditions: - client: Tkabber 0.9.8 (cvs 11. Oct 2005) with chat state notifications turned on - transport: gg.chrome.pl (v2.2.1)

Steps to reproduce: - send any message to transport (eg. 'help') - transport responds with help message - closing the window/panel triggers sending a chat state message in tkabber: <message to='gg.chrome.pl/registered'

<gone xmlns='http://jabber.org/protocol/chatstates'/> </message> - after closing window/panel new message appears from gg.chrome.pl with standard help: <message from='gg.chrome.pl/registered'

type='chat'> <body> Dostępne komendy (i skróty): ... </body> </message> and so on...

Attachments

Change History

05/30/06 21:25:58 changed by jajcus

  • reporter changed from jajcus to irek.

This seems rather like Tkabber bug — it should not send events to an entity not supporting it. I see no need for chat state notification support in jGGtrans, but the transport should not answer to them anyway.

I think all what is needed to resolve this problem is to make jGGtrans ignore messages with no or empty body.

05/30/06 21:26:06 changed by jajcus

  • status changed from new to assigned.

06/12/06 22:38:13 changed by jajcus

just a test, sorry...


Add/Change #1 (JS bug #5084: Transport doesn't support JEP-0085 (Chat State Notifications))