Commit 939c6263 authored by JC Brand's avatar JC Brand

Merge pull request #434 from thierrytiti/cleanup

Cleanup references to strophe.roster.js
parents d8c29c7e f514081a
...@@ -33,6 +33,7 @@ Changelog ...@@ -33,6 +33,7 @@ Changelog
* Add offline pretty status to enable translation [thierrytiti] * Add offline pretty status to enable translation [thierrytiti]
* With keepalive, don't send out a presence stanza on each page load [jcbrand] * With keepalive, don't send out a presence stanza on each page load [jcbrand]
* Chat boxes returned by the API now have an `is_chatroom` attribute [jcbrand] * Chat boxes returned by the API now have an `is_chatroom` attribute [jcbrand]
* Cleanup references to strophe.roster.js [thierrytiti]
0.9.3 (2015-05-01) 0.9.3 (2015-05-01)
------------------ ------------------
......
...@@ -36,7 +36,6 @@ require.config({ ...@@ -36,7 +36,6 @@ require.config({
"strophe-websocket": "components/strophejs/src/websocket", "strophe-websocket": "components/strophejs/src/websocket",
"strophe-polyfill": "components/strophejs/src/polyfills", "strophe-polyfill": "components/strophejs/src/polyfills",
"strophe.disco": "components/strophejs-plugins/disco/strophe.disco", "strophe.disco": "components/strophejs-plugins/disco/strophe.disco",
"strophe.roster": "src/strophe.roster",
"strophe.vcard": "src/strophe.vcard", "strophe.vcard": "src/strophe.vcard",
"strophe.ping": "src/strophe.ping", "strophe.ping": "src/strophe.ping",
"text": 'components/requirejs-text/text', "text": 'components/requirejs-text/text',
...@@ -188,7 +187,6 @@ require.config({ ...@@ -188,7 +187,6 @@ require.config({
'bigint': { deps: ['crypto'] }, 'bigint': { deps: ['crypto'] },
'strophe.disco': { deps: ['strophe'] }, 'strophe.disco': { deps: ['strophe'] },
'strophe.register': { deps: ['strophe'] }, 'strophe.register': { deps: ['strophe'] },
'strophe.roster': { deps: ['strophe'] },
'strophe.vcard': { deps: ['strophe'] }, 'strophe.vcard': { deps: ['strophe'] },
'strophe.ping': { deps: ['strophe'] } 'strophe.ping': { deps: ['strophe'] }
} }
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
<script type="text/javascript" src="components/otr/build/dep/eventemitter.js"></script> <script type="text/javascript" src="components/otr/build/dep/eventemitter.js"></script>
<script type="text/javascript" src="src/otr.js"></script> <script type="text/javascript" src="src/otr.js"></script>
<script type="text/javascript" src="components/strophejs/strophe.js"></script> <script type="text/javascript" src="components/strophejs/strophe.js"></script>
<script type="text/javascript" src="src/strophe.roster.js"></script>
<script type="text/javascript" src="components/strophejs-plugins/vcard/strophe.vcard.js"></script> <script type="text/javascript" src="components/strophejs-plugins/vcard/strophe.vcard.js"></script>
<script type="text/javascript" src="components/strophejs-plugins/disco/strophe.disco.js"></script> <script type="text/javascript" src="components/strophejs-plugins/disco/strophe.disco.js"></script>
<script type="text/javascript" src="src/strophe.ping.js"></script> <script type="text/javascript" src="src/strophe.ping.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment