WebAPI/WebSMS
< WebAPI
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...