OSDN Git Service

obexd: Add Message Notification Service (MNS) server
authorChristian Fetzer <christian.fetzer@bmw-carit.de>
Tue, 9 Apr 2013 11:51:34 +0000 (13:51 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 10 Apr 2013 11:51:09 +0000 (14:51 +0300)
commitef4b34eb5ed8e698e4eadd2081fe3c9c8c720feb
tree1f034c2fa8ff077735417d0ccd90d5a639d4edb7
parent6ede436278b026a54decb5d84ade1426103a0746
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/client/map-event.h [new file with mode: 0644]
obexd/client/mns.c [new file with mode: 0644]
obexd/src/obexd.h