Merge pull request #434 from thierrytiti/cleanup
Cleanup references to strophe.roster.js
This commit is contained in:
commit
939c626370
@ -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)
|
||||||
------------------
|
------------------
|
||||||
|
2
main.js
2
main.js
@ -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({
|
|||||||
'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 @@
|
|||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user