答复: WAP Push Message format, CR/LF require d?
"Davin Zhang" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
The kannel use "\r\n" to indicate one line, the wap push message in unix format is not supported by kannel, but I don't know about the standard. I found that the kannel does not support "X-Wap-Application-Id" flag, do you have any idea about it? -----邮件原件----- 发件人: [email protected] [mailto:[email protected]] 代表 Charles Buckley 发送时间: 2005年8月13日 23:24 收件人: [email protected] 主题: WAP Push Message format, CR/LF required? I have an application that generates WAP Push messages in Unix file format (i. e. no carriage returns, just line feeds). The Kannel parsing functions in wap_push_pap_mime.c seem to insist on hard-coded carriage returns. Is there some standard supporting this insistence, or is the Kannel code just overly rigid? Thanks, Charles