GNOME Bugzilla – Bug 127462
Sending a message to an unknown JID is impossible.
Last modified: 2005-01-19 22:59:22 UTC
When choosing Chat->Send Message, specifying a JID which is not on your roster and choosing Chat, gives a dialog window with an empty (null) JID. The possibility of sending messages should NOT depend on whether the other party is on your roster or not.
Of course not, this is obviously a bug.
Created attachment 22400 [details] [review] Patch to fix this bug
Thanks!! Commited.
Sorry, but this bug is back again. I think from 0.7.6 onwards.
I tried to trace the problem, and found that in app_complete_name_response_cb, the entered jid (or nick) is being looked up in the roster. Since I want to chat with someone *not* on my roster, this will fail and, after a few messages on stdout about failed assertions, a chat window with an empty (null) JID will appear.
Been fixed in HEAD.