|
@@ -9,7 +9,7 @@
|
|
<meta name="author" content="JC Brand" />
|
|
<meta name="author" content="JC Brand" />
|
|
<link rel="shortcut icon" type="image/ico" href="css/images/favicon.ico"/>
|
|
<link rel="shortcut icon" type="image/ico" href="css/images/favicon.ico"/>
|
|
<link type="text/css" rel="stylesheet" media="screen" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
|
|
<link type="text/css" rel="stylesheet" media="screen" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
|
|
- <link type="text/css" rel="stylesheet" media="screen" href="node_modules/fontawesome/css/font-awesome.min.css" />
|
|
|
|
|
|
+ <link type="text/css" rel="stylesheet" media="screen" href="node_modules/font-awesome/css/font-awesome.min.css" />
|
|
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/theme.min.css" />
|
|
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/theme.min.css" />
|
|
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/converse.min.css" />
|
|
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/converse.min.css" />
|
|
|
|
|
|
@@ -28,10 +28,10 @@
|
|
|
|
|
|
<!-- BEGIN STROPHE -->
|
|
<!-- BEGIN STROPHE -->
|
|
<script type="text/javascript" src="node_modules/strophe.js/strophe.js"></script>
|
|
<script type="text/javascript" src="node_modules/strophe.js/strophe.js"></script>
|
|
- <script type="text/javascript" src="node_modules/strophejs-plugins/vcard/strophe.vcard.js"></script>
|
|
|
|
- <script type="text/javascript" src="node_modules/strophejs-plugins/disco/strophe.disco.js"></script>
|
|
|
|
- <script type="text/javascript" src="node_modules/strophejs-plugins/rsm/strophe.rsm.js"></script>
|
|
|
|
- <script type="text/javascript" src="src/strophe.ping.js"></script>
|
|
|
|
|
|
+ <script type="text/javascript" src="node_modules/strophejs-plugin-vcard/strophe.vcard.js"></script>
|
|
|
|
+ <script type="text/javascript" src="node_modules/strophejs-plugin-disco/strophe.disco.js"></script>
|
|
|
|
+ <script type="text/javascript" src="node_modules/strophejs-plugin-rsm/strophe.rsm.js"></script>
|
|
|
|
+ <script type="text/javascript" src="node_modules/strophejs-plugin-ping/strophe.ping.js"></script>
|
|
<!-- END STROPHE -->
|
|
<!-- END STROPHE -->
|
|
|
|
|
|
<!-- BEGIN BACKBONE -->
|
|
<!-- BEGIN BACKBONE -->
|