
Jonatan Heyman - 2008-08-21 23:09:17 -
In reply to message 1 from Eadmund
Hi,
The class was designed to decode MMS messages sent to the MMSC, so you can't achieve what you want to do "out of the box". How ever, the fields of the notification that you recieve (M-Notification.ind as specified in WAP-209) is encoded the same as the fields of an MMS message sent to an MMSC, so it's possible to make some changes so that the class can decode a notification message as well.
If you want to do this, you should read the WAP-209 specification. All the hard work is already done in the MMS Decoder class (decoding of the different data types), but the WAP-209 is messy and it would probably require quite a lot of reading if you haven't dealt with it before.
I hope this reply is helpful, good luck!
Jonatan Heyman