Closed
Bug 734191
Opened 13 years ago
Closed 13 years ago
Remove libxml dependency from webrtc/signaling
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ehugg, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Build ID: 20120215223356
Steps to reproduce:
We need to update the webrtc/signaling code to stop depending on libxml. We should use expat instead since it's already in the source tree.
Reporter | ||
Comment 1•13 years ago
|
||
We have decided instead to remove all features that require XML. Media Control and KPML are the standard features we do not need short-term. We can fix them later.
Summary: Change webrtc/signaling code to use expat instead of libxml → Remove libxml dependency from webrtc/signaling
Reporter | ||
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 2•13 years ago
|
||
Has been implemented and tested on OSX, Windows and Linux. Code no longer depends on libxml2.
Reporter | ||
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•