All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4] LaunchBrowser Proactive command Support
@ 2011-01-10  9:43 Jeevaka Badrappan
  2011-01-10  9:43 ` [RFC 1/4] network: __ofono_netreg_registration_status internal api Jeevaka Badrappan
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jeevaka Badrappan @ 2011-01-10  9:43 UTC (permalink / raw)
  To: ofono

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

Hi,

  This is a proposal for adding LaunchBrowser proactive command support to ofono:

 When a LaunchBrowser proactive command is received, oFono will inform the
agent to LaunchBrowser with the specified URL. If confirmed by user, agent
should launch the browser with the specified URL. This patch doesn't handle
the qualifier, Network Access Name, User Name, password and bearer information
which can be part of the LaunchBrowser proactive command.

Regards,
Jeevaka

Jeevaka Badrappan (4):
  network: __ofono_netreg_registration_status internal api
  stk: Handle Launch Browser proactive command
  test: Add support for launch browser command
  doc: Describe LaunchBrowser method

 doc/stk-api.txt    |    8 +++
 src/network.c      |    8 +++
 src/ofono.h        |    2 +
 src/stk.c          |  122 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/stkagent.c     |   67 ++++++++++++++++++++++++++++
 src/stkagent.h     |    5 ++
 test/test-stk-menu |   13 ++++++
 7 files changed, 225 insertions(+), 0 deletions(-)


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

end of thread, other threads:[~2011-01-13 16:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10  9:43 [RFC 0/4] LaunchBrowser Proactive command Support Jeevaka Badrappan
2011-01-10  9:43 ` [RFC 1/4] network: __ofono_netreg_registration_status internal api Jeevaka Badrappan
2011-01-12 22:20   ` Denis Kenzior
2011-01-10  9:43 ` [RFC 2/4] stk: Handle Launch Browser proactive command Jeevaka Badrappan
2011-01-12 22:31   ` Denis Kenzior
2011-01-12 22:45     ` andrzej zaborowski
2011-01-13 14:56       ` Jeevaka.Badrappan
2011-01-13 16:35         ` Denis Kenzior
2011-01-10  9:43 ` [RFC 3/4] test: Add support for launch browser command Jeevaka Badrappan
2011-01-10  9:43 ` [RFC 4/4] doc: Describe LaunchBrowser method Jeevaka Badrappan
2011-01-12 22:26   ` Denis Kenzior

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.