Re: [RFC] Multi-recipient SMS implementation proposals

2012-08-27 Thread Guillaume Zajac
Hi Marcel, On 25/08/2012 00:31, Marcel Holtmann wrote: Hi Guillaume, 2-Modify existing SendMessage API in adding a new mms argument: GDBUS_ASYNC_METHOD("SendMessage", GDBUS_ARGS({ "to", "s" }, { "text", "s" }, { "mms", "i" }), GDBUS_ARGS({ "path", "o" }), sms_se

Re: [RFC] Multi-recipient SMS implementation proposals

2012-08-24 Thread Marcel Holtmann
Hi Guillaume, > 2-Modify existing SendMessage API in adding a new mms argument: > GDBUS_ASYNC_METHOD("SendMessage", > GDBUS_ARGS({ "to", "s" }, { "text", "s" }, { "mms", "i" }), > GDBUS_ARGS({ "path", "o" }), > sms_send_message) oFono 1.x has a stable API. Why are you

[RFC] Multi-recipient SMS implementation proposals

2012-08-24 Thread Guillaume Zajac
Hi all, Mutli-recipient SMS implementation is needed to pass GCF test cases 34.2.9.1 and 34.2.9.2 for GSM; 16.1.9.1 and 16.1.9.2 for WCDMA. A new task should be added to oFono TODO and as requested by Denis we have to discuss first the proposals. I have in mind 2 solutions: 1- Add a new API i