RE: [FYI] smpp my-number and post-xml
"Paul Keogh" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
> I've added preliminary support to XML Post to smsbox. > I'm building the xml with octstr_append (this issue I guess it's > almost ok) but I'm processing the incoming xml with > octstr_search and octstr_copy :P > There's still some variables missing and alot of debug to be done. I don't think it makes sense to use the octstr_* functions to handle XML when the code already depends on libxml. Why not use libxml to construct and parse the XML ? What DTD/schema do you plan to use ? Have you looked at the draft RFC - http://www.ietf.org/internet-drafts/draft-koponen-sms-xml-02.txt - that describes an XML encoding for SMS messages ?