5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-01-10 12:05:40 +00:00

update to 2.0-rc2

This commit is contained in:
Jesse Young 2011-09-29 16:14:02 -07:00
parent ba8a4955e9
commit ba94500c10
4 changed files with 37 additions and 1 deletions

View File

@ -1,6 +1,19 @@
id: history id: history
title: History title: History
--- ---
Version 2.0-rc2 (2011/09/29)
<ul>
<li>
Automatic failover between Wi-Fi and mobile data connection if server is unreachable
(e.g. when Wi-Fi router is on, but it has no internet access)
</li>
<li>
Send timestamp of incoming messages to server
</li>
</ul>
Version 2.0-rc1 (2011/09/28) Version 2.0-rc1 (2011/09/28)
<ul> <ul>

View File

@ -264,6 +264,11 @@ Additional parameters sent in POST requests with <code>action=incoming</code>:
The message body of the SMS, or the content of the <code>text/plain</code> part of the MMS. The message body of the SMS, or the content of the <code>text/plain</code> part of the MMS.
For multipart SMS messages, this field contains all parts concatenated and may be longer than 160 characters. For multipart SMS messages, this field contains all parts concatenated and may be longer than 160 characters.
</dd> </dd>
<dt>"timestamp" ::= &lt;long integer&gt;</dt>
<dd>
The timestamp of the incoming message, in milliseconds since midnight, January 1, 1970 UTC.
</dd>
</dl> </dl>
Additional parameters sent in POST requests with <code>action=incoming</code> and <code>message_type=mms</code>: Additional parameters sent in POST requests with <code>action=incoming</code> and <code>message_type=mms</code>:

View File

@ -39,7 +39,20 @@
<h2>History</h2> <h2>History</h2>
Version 2.0-rc1 (2011/09/28)
Version 2.0-rc2 (2011/09/29)
<ul>
<li>
Automatic failover between Wi-Fi and mobile data connection if server is unreachable
(e.g. when Wi-Fi router is on, but it has no internet access)
</li>
<li>
Send timestamp of incoming messages to server
</li>
</ul>
Version 2.0-rc1 (2011/09/28)
<ul> <ul>
<li> <li>

View File

@ -302,6 +302,11 @@ Additional parameters sent in POST requests with <code>action=incoming</code>:
The message body of the SMS, or the content of the <code>text/plain</code> part of the MMS. The message body of the SMS, or the content of the <code>text/plain</code> part of the MMS.
For multipart SMS messages, this field contains all parts concatenated and may be longer than 160 characters. For multipart SMS messages, this field contains all parts concatenated and may be longer than 160 characters.
</dd> </dd>
<dt>"timestamp" ::= &lt;long integer&gt;</dt>
<dd>
The timestamp of the incoming message, in milliseconds since midnight, January 1, 1970 UTC.
</dd>
</dl> </dl>
Additional parameters sent in POST requests with <code>action=incoming</code> and <code>message_type=mms</code>: Additional parameters sent in POST requests with <code>action=incoming</code> and <code>message_type=mms</code>: