When fixing bug #36058 I introduced a regression in the case you switch from away to a non-away status. This happens because we use <presence/> to go to away and xa, and just shared status to go to any other status. If we are leaving a status we went into using <presence/> then GTalk also expects us to leave it using <presence/>. So in the case of transition from away to non-away we need to send both shared status and <presence/>.
Will, could you please review the 7 new patches? It's all a bit complicated, but now all the possible transitions seem to work.
http://cgit.collabora.co.uk/git/user/bari/telepathy-gabble.git/commit/?h=shared-presence&id=9ac72edb7d6cfb1788bb1acaab7e02ebd50b43da + if (!is_presence_away(presence->status)) Coding style: space here^ please. But the code looks good otherwise, please merge to 0.12 with that coding style error fixed!
Fixed and committed to the stable branch. Do you want me also to merge the stable branch into master? What's the normal “procedure”?
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.