View previous topic :: View next topic |
Author |
Message |
MGR Guest
|
Posted: Thu Aug 12, 2004 1:12 pm Post subject: Problem with the X-Mms-Delivery-Time header |
|
|
Hi!
I've noticed that the MMSDecoder::parseDeliveryTime() method is missing in mmslib.php. This causes the server not to process messages correctly if they contain the X-Mms-Delivery-Time header. |
|
Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Mon Aug 16, 2004 9:06 am Post subject: |
|
|
Yes, it might be the case that some fields are not implemented yet because I've never seen them used. The whole parsing was done on a need-basis and I might have forgotten one or two that my phone never used. It should be easy to add it though because there are sub-functions for handling all primitives so you just have to figure out the type of that field and add the appropriate parse call. |
|
Back to top |
|
 |
|