license added for jsxc.html

This commit is contained in:
Swapnil Gupta 2016-12-21 01:42:20 +05:30 committed by James Valleroy
parent 615f0d0298
commit 690fba96f5
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -70,10 +70,12 @@
<script src="/javascript/jsxc/jsxc.js"></script>
<script lang="text/javascript">
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 or later
var plinth_settings = {
"domainname": "{{ domainname }}",
"jsxc_root": "{% static 'xmpp/libjs-jsxc' %}"
};
// @license-end
</script>
<script src="{% static 'xmpp/jsxc-plinth.js' %}"></script>
</head>