Re: [Telepathy] Is there a synchronous correspondent to "CreateAccount"

2012-05-21 Thread Simon McVittie
On 21/05/12 12:54, Ajay Garg wrote:
> However, I just wonder if there is a corresponding "RemoveAccount" (or
> something like that) that would be synchronous as well (that is, user
> may wish to remove a particular account).

It's a method on the Account object:

http://telepathy.freedesktop.org/spec/Account.html#Method:Remove

and is just as synchronous or asynchronous as CreateAccount (i.e. it
depends on your library/binding, but calling it asynchronously is
strongly encouraged).

I recommend using Telepathy via either telepathy-glib or telepathy-qt.
In telepathy-glib it's
tp_account_manager_create_account_async()/..._finish() and
tp_account_remove_async()/..._finish() (or
AccountManager.create_account_async(), etc., in bindings like PyGI).

In telepathy-qt use Tp::AccountManager::createAccount() or
Tp::Account::remove().

S
___
telepathy mailing list
telepathy@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/telepathy


[Telepathy] ANNOUNCE: Empathy 3.4.2.1

2012-05-21 Thread Guillaume Desmottes
Empathy 3.4.2.1 is now available for download from:
http://download.gnome.org/sources/empathy/3.4/

d3abc99fa50f98afad9899b295d78061  empathy-3.4.2.1.tar.xz


What is it?
===
Empathy is a messaging program which supports text, voice, and video chat and 
file transfers over many different protocols.  Empathy is the default chat 
client in GNOME, and is based on the Telepathy framework, making it easier for 
other GNOME applications to integrate collaboration functionality.

You can visit the project web site:
http://live.gnome.org/Empathy

What's New?
===
This release fixes various issues in the call UI and a crash when taking
a picture from the avatar chooser dialog.

Dependencies:
 • clutter-gtk ≥ 1.1.2
 • cheese ≥ 3.4.0 (optional)

Bugs fixed:
 - Fixed #670874, floating toolbar not working (Sjoerd Simons)
 - Fixed #674553, Take picture button in image change doesn't work. (Guillaume 
Desmottes)

21 May 2012
Empathy team


___
telepathy mailing list
telepathy@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/telepathy


[Telepathy] Is there a synchronous correspondent to "CreateAccount"

2012-05-21 Thread Ajay Garg
Hi all.

Looking at http://telepathy.freedesktop.org/spec/Account_Manager.html,
it seems that there is a synchronous "CreateAccount" method (which
obviously, is the first step in setting up collaboration using Telepathy).

However, I just wonder if there is a corresponding "RemoveAccount" (or
something like that) that would be synchronous as well (that is, user may
wish to remove a particular account). Instead, I only see a signal
"AccountRemoved (o: Account)", which I am not sure as to how to use.

The procedure for removing an account, becomes all the more important, if
the account has been created with some wrong parameters/properties.


I might be sounding very stupid; please forgive me.


Looking forward to some doubt-clearance,


Thanks and Regards,
Ajay
___
telepathy mailing list
telepathy@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/telepathy