From 11970bc3cce43133833f2da8d5bbf8ca9a104c27 Mon Sep 17 00:00:00 2001 From: Rafal Michalski Date: Mon, 28 Feb 2011 13:03:52 +0100 Subject: [PATCH] obexd: Adjust prefix of contact id for pulling single vCard Pulling single vCard is related to recognizing it by prefix of contact id. Previously it was "contact: " and has been changed to "urn:uuid:". This patch fixes it and allows to pull valid single vCard. --- obexd/plugins/phonebook-tracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c index 9963aab40..b204493bb 100644 --- a/obexd/plugins/phonebook-tracker.c +++ b/obexd/plugins/phonebook-tracker.c @@ -73,7 +73,7 @@ #define COL_SENT 20 #define COL_ANSWERED 21 #define CONTACTS_ID_COL 22 -#define CONTACT_ID_PREFIX "contact:" +#define CONTACT_ID_PREFIX "urn:uuid:" #define FAX_NUM_TYPE "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#FaxNumber" #define MOBILE_NUM_TYPE "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#CellPhoneNumber" -- 2.47.3