[Tickets #4464] NEW: Alert 222 NEXT MESSAGE in SyncML

bugs@bugs.horde.org bugs at bugs.horde.org
Mon Sep 25 11:49:38 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4464
-----------------------------------------------------------------------
 Ticket             | 4464
 Created By         | alex.masidlover at axiomtech.co.uk
 Summary            | Alert 222 NEXT MESSAGE in SyncML
 Queue              | SyncML
 Type               | Enhancement
 State              | New
 Priority           | 1. Low
 Owners             | 
+New Attachment     | alert_222_example.xml
-----------------------------------------------------------------------


alex.masidlover at axiomtech.co.uk (2006-09-25 11:49) wrote:

The Alert 222 (NEXT MESSAGE) is sent by the SonyEricsson m600i and is not
handled by the current implementation of Alert.php.

I have attached the example request from the device - if you need the
server response that generated this request then I can provide that too.

In the meantime I have modified SyncML/Command/Alert.php to contain the
following at the top of the handleCommand function:

        if($this->_alert == ALERT_NEXT_MESSAGE) {
                return;
        }

and the synchronisation simply continues.




More information about the bugs mailing list