From f514081a78368c40fe818e2e45a7a4fe9ac6fa78 Mon Sep 17 00:00:00 2001 From: thierrytiti Date: Wed, 1 Jul 2015 16:56:36 +0200 Subject: [PATCH] Cleanup references to strophe.roster.js --- docs/CHANGES.rst | 1 + main.js | 2 -- non_amd.html | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index 6fdfc0eb9..3f43837ab 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -33,6 +33,7 @@ Changelog * Add offline pretty status to enable translation [thierrytiti] * 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] +* Cleanup references to strophe.roster.js [thierrytiti] 0.9.3 (2015-05-01) ------------------ diff --git a/main.js b/main.js index ec5726b2e..0797a2f8f 100644 --- a/main.js +++ b/main.js @@ -36,7 +36,6 @@ require.config({ "strophe-websocket": "components/strophejs/src/websocket", "strophe-polyfill": "components/strophejs/src/polyfills", "strophe.disco": "components/strophejs-plugins/disco/strophe.disco", - "strophe.roster": "src/strophe.roster", "strophe.vcard": "src/strophe.vcard", "strophe.ping": "src/strophe.ping", "text": 'components/requirejs-text/text', @@ -188,7 +187,6 @@ require.config({ 'bigint': { deps: ['crypto'] }, 'strophe.disco': { deps: ['strophe'] }, 'strophe.register': { deps: ['strophe'] }, - 'strophe.roster': { deps: ['strophe'] }, 'strophe.vcard': { deps: ['strophe'] }, 'strophe.ping': { deps: ['strophe'] } } diff --git a/non_amd.html b/non_amd.html index 3797c74ea..698e59525 100644 --- a/non_amd.html +++ b/non_amd.html @@ -32,7 +32,6 @@ -