diff --git a/build/modules.conf.in b/build/modules.conf.in index d60b1211ef..3f77b125b5 100644 --- a/build/modules.conf.in +++ b/build/modules.conf.in @@ -82,7 +82,6 @@ dialplans/mod_dialplan_xml #endpoints/mod_dingaling #endpoints/mod_gsmopen #endpoints/mod_h323 -#endpoints/mod_html5 #endpoints/mod_khomp endpoints/mod_loopback #endpoints/mod_opal @@ -152,4 +151,4 @@ xml_int/mod_xml_scgi #../../libs/openzap/mod_openzap ## Experimental Modules (don't cry if they're broken) -#../../contrib/mod/xml_int/mod_xml_odbc \ No newline at end of file +#../../contrib/mod/xml_int/mod_xml_odbc diff --git a/debian/control-modules b/debian/control-modules index 57051e5638..61f0b33a80 100644 --- a/debian/control-modules +++ b/debian/control-modules @@ -395,10 +395,6 @@ Description: mod_h323 Adds mod_h323. Build-Depends: libopenh323-dev | libh323plus-dev, libpt-dev -Module: endpoints/mod_html5 -Description: HTML5 endpoint module - This module adds support for HTML5 technologies such as WebRTC. - Module: endpoints/mod_khomp Description: mod_khomp Adds mod_khomp. diff --git a/debian/copyright b/debian/copyright index fcea146b7a..d7ea35053f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1765,7 +1765,6 @@ License: GPL-2+ Files: src/mod/endpoints/mod_rtmp/rtmp.c src/mod/endpoints/mod_rtmp/mod_rtmp.[ch] src/mod/endpoints/mod_rtmp/rtmp_sig.c - src/mod/endpoints/mod_html5/mod_html5.c src/mod/endpoints/mod_rtmp/rtmp_tcp.c Copyright: 2011-2012, Barracuda Networks Inc. License: MPL-1.1 diff --git a/src/mod/.gitignore b/src/mod/.gitignore index bfcc02ab70..78158b6fd1 100644 --- a/src/mod/.gitignore +++ b/src/mod/.gitignore @@ -36,7 +36,6 @@ /codecs/mod_vp8/Makefile /dialplans/mod_dialplan_asterisk/Makefile /dialplans/mod_dialplan_xml/Makefile -/endpoints/mod_html5/mod_html5.log /endpoints/mod_portaudio/Makefile /endpoints/mod_portaudio/Makefile.in /endpoints/mod_portaudio/mod_portaudio.log @@ -49,8 +48,6 @@ /endpoints/mod_sofia/Makefile /endpoints/mod_sofia/Makefile.in /endpoints/mod_sofia/mod_sofia.log -/endpoints/mod_html5/Makefile -/endpoints/mod_html5/Makefile.in /event_handlers/mod_erlang_event/Makefile /event_handlers/mod_event_socket/Makefile /formats/mod_native_file/Makefile