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...