Created attachment 35801 [details] [review] Patch for OC2007R2 compatibility Hi, following patch adds a compatibility with Microsoft Office Communicator 2007 R2. When sending STUN Binding Request to this client, attribute CANDIDATE-IDENTIFIER must be added to the message. Please see http://msdn.microsoft.com/en-us/library/dd944871%28office.12%29.aspx for details. Patch creates new compatibility option NICE_COMPATIBILITY_OC2007R2. Needed when establishing voice call, otherwise Communicator drops the binding request messages. Merging this patch to upstream would be very welcome by users and developers of SIPE plugin http://sipe.sourceforge.net.
Hi, thanks for the patch and sorry for the late answer! I already replied to you by mail, but here are my comments for archiving purposes : - Does OC2007 also have the same bug in its CRC32 function as WLM2009 ? - Why not name the compatibility OC2007? Is that 'R2' meaningful in any way? What if there's an R3 release that is also compatible with this (and probably will be for interop) ? - Is there some changes required with regards to TURN? Do you know what specification is supported? Right now, you seem to let it use draft9. - In agent.h, the gtk-doc for nice_agent_set_software might need updating since I believe the OC2007R2 compatibility also is a valid one for that API. - In agent.h, you forgot to add the gtk-doc for the COMPATIBLITY_OC2007R2 - In stunmessage.h, you forgot to add the gtk-doc line for STUN_ATTRIBUTE_CANDIDATE_IDENTIFIER - I don't like the fact that you break the API by adding the candidate_identifier argument to stun_usage_ice_connecheck_create... I'd like to see some other way to do it without breaking the API, although the only solution I see for now is to duplicate the function, which I don't really like either... This will break the API, but I'm afraid we don't really have a choice. Let me know if you have a better idea! - In ice.h, you didn't add the gtk-doc for the new STUN_USAGE_ICE_COMPATIBILITY_OC2007R2 - In ice.h, you didn't update the gtk-doc for the stun_usage_ice_conncheck_create prototype argument change.
Created attachment 38077 [details] [review] Patch for OC2007R2 compatibility v2 New version of compatibility patch after review by Youness Alaoui
Mailing list entry related to previously uploaded patch version http://lists.freedesktop.org/archives/nice/2010-August/000340.html
This was integrated and released in libnice 0.1.0 Marking as fixed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.