diff --git a/include/transport/buddy.h b/include/transport/buddy.h index c52f30fc4953825848b4b95ecf74861c3124c331..47a3baf702816c117acdcadb4ccd566a474fae7f 100644 --- a/include/transport/buddy.h +++ b/include/transport/buddy.h @@ -105,6 +105,10 @@ class Buddy { void buddyChanged(); + void handleVCardReceived(const std::string &id, const Swift::JID &to, Swift::VCard::ref vcard); + + virtual void getVCard(const std::string &id, const Swift::JID &to) = 0; + /// Returns legacy network username of this buddy. (for example UIN for ICQ, /// JID for Jabber, ...). /// \return legacy network username