On Fri, 2008-09-12 at 09:01 -0700, Ceyhun Atacan wrote: > This is not strictly MAPI related so please let me know if there is a > forum better suited for this question. > > I'm trying to understand the contents of the UDP notification packet > that an exchange server sends to notify a client aabout a new mail, > appoinment, etc. > > I've been looking at wireshark captures and other the fact that the > last three bytes are zero, I cannot find any patterns. > > Does anyone have any info regarding the contents of these notification > messages?
Hi Ceyhun, As far as I know the payload data inside a UDP notification segment is the client-generated context data the client sends when calling EcRRegisterPushNotification. This means that you should consider the UDP data as a whole. Finally these data are only helpful when the client tries to identify the notification context related to the UDP packet. For example, openchange sends "libmapi" for the context data in EcRRegisterPushNotification and Exchange returns "libmapi" for the UDP notification payload. Cheers, Julien. -- Julien Kerihuel [EMAIL PROTECTED] OpenChange Project Manager GPG Fingerprint: 0B55 783D A781 6329 108A B609 7EF6 FE11 A35F 1F79
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
