| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EmpathyChannelFactory has been changed to EmpathyClientFactory and inherit
from TpAutomaticClientFactory.
- We now always use the _with_am variant of TpSimple* constructors
- We define our own factory as default.
- Replace empathy_get_account_for_connection() by tp_connection_get_account()
- The factory is passed to EmpathyTpChat and TpyCallChannel
- Use tp_simple_client_factory_ensure_account() instead of
tp_account_manager_ensure_account().
- Rely on the factory to prepare connection features.
This should ensure that all the TpProxy and TpContact objects created in
Empathy are shared and use EmpathyClientFactory.
https://bugzilla.gnome.org/show_bug.cgi?id=655799
|
|
|
|
|
|
|
|
| |
Since we support Call in master nowadays.
This reverts commit 5b894aa5ad8702279c0458b890025a22172bfdd1.
https://bugzilla.gnome.org/show_bug.cgi?id=653730
|
|
|
|
|
|
|
|
| |
(#651473)
We now return from Observe() right after having called Claim(). That's what
the spec suggests and not doing so would break Claim() which can't return
while Observer didn't return from Observe.
|
| |
|
| |
|
| |
|
|
|
|
| |
We want to know about existing calls when starting.
|
|
|
|
|
|
| |
Once we have claimed the ChannelDispatchOperation, we are now the handler of
all its channels. So, we should close them all as we are not going to do
anything with them. (#644210)
|
| |
|
|
|
|
| |
invalidated
|
| |
|
|
|
|
| |
We don't support them on master yet.
|
| |
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=643656
|