GNOME Bugzilla – Bug 346929
don't send empty messages via groupchat
Last modified: 2006-07-09 09:33:21 UTC
Please describe the problem: don't send messages with an empty body in a groupchat. Steps to reproduce: 1. join a group chat 2. click in the message entry field 3. leave it blank and press enter Actual results: If you listen to the XML-Stream you can recognize a message like this: <message id="msg_269" to="prometoys@cassini/Smack" from="test@conference.localhost/Test" type="groupchat"><body></body></message> Expected results: The entry field shouldn't react and send message when the field is empty Does this happen every time? yes Other information:
Thanks! Fixed in CVS.