WebAPI/WebSMS: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(create page)
(No difference)

Revision as of 18:20, 23 August 2011

Steps

In a first time, we want an API that allows to do a SMS Messaging application with similar features that the stock one.

Some advanced functionality might be added after. For example, a "before-sms-send" event that would allow preventing sending a SMS with .preventDefault().

MMS support will be considered later.

Status

You can find some patches here: bug 674725. They are implementing some parts of the proposed API except delete, get and SmsRequest. Also, SmsMessage isn't fully implemented. Those patches are still work in progress.

Proposed API

Coming soon...