GNOME Bugzilla – Bug 671452
Avoid XMPP accounts to have a negative priority
Last modified: 2012-03-06 15:15:38 UTC
Empathy doesn't allow user to set his XMPP priority to a negative value (bug #669712) any more. But that doesn't fix existing account which can experience nasty issues like calls not working (Gabble now refuses to call a contact with a negative priority). We should clean those accounts the first time empathy 3.4 is started. More generally I think it would be good to have such mechanism in place in Empathy for this kind of cleaning/fixing.
Created attachment 209094 [details] [review] Add magic to automatically run tasks when empathy-auth-client is started empathy-auth-client is the best place to do such tasks as it will be run even if using only the Shell without Empathy's UI.
Created attachment 209095 [details] [review] sanity-cleaning: fix xmpp accounts having a negative priority
Attachment 209094 [details] pushed as c696253 - Add magic to automatically run tasks when empathy-auth-client is started Attachment 209095 [details] pushed as 27adcb4 - sanity-cleaning: fix xmpp accounts having a negative priority