Created attachment 41280 [details] gabble log of the uwog20 side Attached the log files for the following situation: - uwog20 creates and offers a dbus muc tube to person uwog21 - uwog21 accepts the tube - uwog20 closes the application (in this case AbiWord) Bug: uwog21 does NOT get a 'names changed' signal Observation: if uwog21 closes the application instead of uwog20, then the signal does get fired properly.
Created attachment 41281 [details] gabble log of the uwog21 side
Does Abiword closes the tube when exiting? It should (and close the Text channel as well). Note that using TpAccountChannelRequest would prevent such issue as mission-control would close channels once their handlers have exited; but closing it manually is still a good idea.
"Does Abiword closes the tube when exiting? It should (and close the Text channel as well)." At the moment not properly, no. Why does it work properly when uwog21 exits btw? Because the tube was 'accepted' on that side by a TpBaseClient ?
Yeah exactly. When using TpBaseClient, mission-control knows that Abiword is handling the channels, so close them when needed.
Excellent. Then I'll move the code over to TpAccountChannelRequest and close this as a non-issue.
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.