aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account.h
Commit message (Collapse)AuthorAgeFilesLines
* Add api to remove accountsSjoerd Simons2009-07-221-0/+5
|
* Coding style fixesSjoerd Simons2009-07-221-1/+1
|
* Add API to Update an accounts parametersSjoerd Simons2009-07-221-0/+8
|
* Remove the API to change the account parameters one by oneSjoerd Simons2009-07-221-15/+2
|
* Keep track of ``global'' presence of all accountsSjoerd Simons2009-07-161-1/+0
|
* Add api to set the requested presenceSjoerd Simons2009-07-081-0/+4
|
* Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-081-1/+5
|
* Get the icon name from the account object directlySjoerd Simons2009-07-051-0/+1
|
* Add API to get the protocol and cm name from a accountSjoerd Simons2009-07-051-4/+3
|
* Implement EmpathyAccountSjoerd Simons2009-07-011-0/+94
Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508