From ef4b34eb5ed8e698e4eadd2081fe3c9c8c720feb Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Tue, 9 Apr 2013 13:51:34 +0200 Subject: obexd: Add Message Notification Service (MNS) server This implements the server role of the MAP Message Notification Service (MNS) which is part of the MAP Client Equipment (MCE) device. After successful registration, the MNS will receive event reports, notifying about state changes on the server side. Possible events are: NewMessages, DeliverySuccess, SendingSuccess, DeliveryFailure, SendingFailure, MemoryFull, MemoryAvailable, MessageDeleted, MessageShift --- obexd/src/obexd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'obexd/src') diff --git a/obexd/src/obexd.h b/obexd/src/obexd.h index 1c9b2b3de..42c3c4d97 100644 --- a/obexd/src/obexd.h +++ b/obexd/src/obexd.h @@ -29,6 +29,7 @@ #define OBEX_PCSUITE (1 << 6) #define OBEX_SYNCEVOLUTION (1 << 7) #define OBEX_MAS (1 << 8) +#define OBEX_MNS (1 << 9) gboolean plugin_init(const char *pattern, const char *exclude); void plugin_cleanup(void); -- cgit v1.2.1