Jajcus / jggtrans

Jabber to GaduGadu gateway ('transport')
http://jggtrans.jajcus.net/
GNU General Public License v2.0
14 stars 7 forks source link

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

Closed Jajcus closed 13 years ago

Jajcus commented 13 years ago

Test conditions:

Steps to reproduce:

  • after closing window/panel new message appears from gg.chrome.pl with standard help: <message from='gg.chrome.pl/registered'

type='chat'>

Dostępne komendy (i skróty): ...

and so on...

Jajcus commented 13 years ago

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.

--jajcus

Jajcus commented 13 years ago

just a test, sorry...

--jajcus

Jajcus commented 13 years ago

(In [711]) - merged change from xiaoka: r73 'Fixed presence time stamping. Fixes #1'

--jajcus