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:
parent
ba8a4955e9
commit
ba94500c10
@ -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>
|
||||||
|
@ -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" ::= <long integer></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>:
|
||||||
|
@ -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>
|
||||||
|
@ -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" ::= <long integer></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>:
|
||||||
|
Loading…
Reference in New Issue
Block a user