From 5a79ebff2e211823ef3d9da2c1524efcee974e97 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Mon, 9 Feb 2015 17:35:23 +0100 Subject: [PATCH] disable advanced presence test for now --- tester/presence_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/presence_tester.c b/tester/presence_tester.c index 871aacf4f..3b711e52e 100644 --- a/tester/presence_tester.c +++ b/tester/presence_tester.c @@ -347,7 +347,7 @@ static void presence_information(void) { linphone_core_manager_destroy(marie); linphone_core_manager_destroy(pauline); } -#define USE_PRESENCE_SERVER 1 +#define USE_PRESENCE_SERVER 0 #if USE_PRESENCE_SERVER static void test_subscribe_notify_publish(void) {