Browse Source

Merge pull request #434 from thierrytiti/cleanup

Cleanup references to strophe.roster.js
JC Brand 10 năm trước cách đây
mục cha
commit
939c626370
3 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 0
      docs/CHANGES.rst
  2. 0 2
      main.js
  3. 0 1
      non_amd.html

+ 1 - 0
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)
 ------------------

+ 0 - 2
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'] }
     }

+ 0 - 1
non_amd.html

@@ -32,7 +32,6 @@
     <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="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/disco/strophe.disco.js"></script>
 	<script type="text/javascript" src="src/strophe.ping.js"></script>