~m-gehre/whosthere/trunk

« back to all changes in this revision

Viewing changes to whosthere.h

  • Committer: Matthias Gehre
  • Date: 2013-03-15 03:07:41 UTC
  • Revision ID: git-v1:16dd597f6c064d0e30ba6fa76d5986e07b80eb67
Get display names of contacts from addressbook

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
                                      const Tp::Contacts &      contactsRemoved,
81
81
                                      const Tp::Channel::GroupMemberChangeDetails &     details);
82
82
    void onNewContacts(const Tp::Contacts& contacts);
 
83
    void onQContactManagerContactsAdded ( const QList<QtContacts::QContactId> & contactIds );
83
84
 
84
85
    void sanitizePhonenumber(QString &phoneNumber);
85
86
public slots:
96
97
    void message_send(QString jid, QString message);
97
98
    void quit();
98
99
    void syncAddressbook();
 
100
    QString getNameForUID(const QString& uid);
99
101
 
100
102
    QString getCountryCode(const QString& phonenumber);
101
103
signals:
119
121
    void newContact(QString jid);
120
122
    void presenceChanged(QString jid, QString presence);
121
123
    void alert(QString message);
 
124
 
 
125
    void addressbookReady();
122
126
 /*
123
127
    void auth_fail(const QString &username, const QString &reason);
124
128
    void auth_success(const QString &username);