All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] SMS history plugin.
@ 2010-12-29 12:51 Oleg Zhurakivskyy
  2010-12-29 12:51 ` [PATCH 1/9] " Oleg Zhurakivskyy
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Oleg Zhurakivskyy @ 2010-12-29 12:51 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1473 bytes --]

Hello,

Please find the SMS history plugin set of patches. The plugin makes it
possible for an application/multiple applications to register for
incoming/outgoing SMS messages and receive them over D-Bus.
The SMS history itself is maintained by a separate application,
which registers to ofonod using this interface.

Regards,
Oleg

Oleg Zhurakivskyy (9):
  SMS history plugin.
  SMS history plugin.
  SMS history plugin documentation.
  SMS history plugin test script.
  oFono smsagent enhancements to permit more flexible parameter set to
    be dispatched.
  oFono smsagent enhancements to permit more flexible parameter set to
    be dispatched.
  Minor modifications due to sms_agent_dispatch_datagram()
    enhancements.
  Minor modifications due to sms_agent_dispatch_datagram()
    enhancements.
  D-Bus rules for SMS history plugin.

 Makefile.am                 |    3 +
 doc/messaging-agent-api.txt |   49 ++++++
 plugins/messaging-agent.c   |  403 +++++++++++++++++++++++++++++++++++++++++++
 plugins/push-notification.c |    2 +-
 plugins/smart-messaging.c   |    4 +-
 src/ofono.conf              |    1 +
 src/smsagent.c              |    5 +
 src/smsagent.h              |    4 +
 test/test-messaging-agent   |   67 +++++++
 9 files changed, 535 insertions(+), 3 deletions(-)
 create mode 100644 doc/messaging-agent-api.txt
 create mode 100644 plugins/messaging-agent.c
 create mode 100644 test/test-messaging-agent


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-01-31  8:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-29 12:51 [PATCH 0/9] SMS history plugin Oleg Zhurakivskyy
2010-12-29 12:51 ` [PATCH 1/9] " Oleg Zhurakivskyy
2010-12-29 12:51 ` [PATCH 2/9] " Oleg Zhurakivskyy
2010-12-29 12:51 ` [PATCH 3/9] SMS history plugin documentation Oleg Zhurakivskyy
2010-12-29 12:51 ` [PATCH 4/9] SMS history plugin test script Oleg Zhurakivskyy
2010-12-29 12:51 ` [PATCH 5/9] oFono smsagent enhancements to permit more flexible parameter set to be dispatched Oleg Zhurakivskyy
2010-12-29 12:51 ` [PATCH 6/9] " Oleg Zhurakivskyy
2011-01-27 13:18   ` Marcel Holtmann
2011-01-27 14:38     ` oleg.zhurakivskyy
2011-01-27 22:40       ` Marcel Holtmann
2011-01-31  8:30         ` Oleg Zhurakivskyy
2010-12-29 12:51 ` [PATCH 7/9] Minor modifications due to sms_agent_dispatch_datagram() enhancements Oleg Zhurakivskyy
2010-12-29 12:51 ` [PATCH 8/9] " Oleg Zhurakivskyy
2010-12-29 12:51 ` [PATCH 9/9] D-Bus rules for SMS history plugin Oleg Zhurakivskyy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.