@@ -2,7 +2,7 @@
Contribution Guidelines
=======================
-Thanks for contributing to `Converse.js <http://conversejs.org>`_.
+Thanks for contributing to `Converse.js <https://conversejs.org>`_.
Support questions
=================
@@ -8,7 +8,7 @@
6. `git commit -am "New release 5.0.0"`
7. `git tag -s v5.0.0
8. Run `git push && git push --tags`
-9. Update http://conversejs.org
+9. Update https://conversejs.org
10. Create `5.0.0` directory for the CDN.
* Create a new version for the CDN by copying
* Check out the correct tag
@@ -4,7 +4,7 @@
"type": "library",
"license": "MPL-2.0",
"minimum-stability": "stable",
- "homepage": "http://conversejs.org/",
+ "homepage": "https://conversejs.org/",
"keywords": ["xmpp", "messaging", "chat", "presence"],
"require": {}
}
@@ -1,6 +1,6 @@
/*!
* Converse.js (Web-based XMPP instant messaging client)
- * http://conversejs.org
+ * https://conversejs.org
*
* Copyright (c) 2013-2018, JC Brand <jc@opkode.com>
* Licensed under the Mozilla Public License
@@ -104,7 +104,7 @@ https://conversejs.org does), then you'll need a standalone connection manager.
For a standalone manager, see for example `Punjab <https://github.com/twonds/punjab>`_
and `node-xmpp-bosh <https://github.com/dhruvbird/node-xmpp-bosh>`_.
-The demo on the `Converse homepage <http://conversejs.org>`_ uses a connection
+The demo on the `Converse homepage <https://conversejs.org>`_ uses a connection
manager located at https://conversejs.org/http-bind.
This connection manager is available for testing purposes only, please don't
@@ -11,7 +11,7 @@
<body>
<div id="header_wrap" class="outer">
<header class="inner">
- <h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
+ <h1 id="project_title"><a href="https://conversejs.org">Converse.js</a></h1>
<h2 id="project_tagline">Mockups</h2>
</header>
</div>
@@ -1,5 +1,5 @@
// Converse.js
-// http://conversejs.org
+// https://conversejs.org
//
// Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
// Converse.js (A browser based XMPP chat client)
// Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com>
// Copyright (c) 2012-2019, the Converse.js developers
// Copyright (c) JC Brand <jc@opkode.com>
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
// Copyright (c) 2013-2019, JC Brand <jc@opkode.com>
// Copyright (c) 2013-2017, Jan-Carel Brand <jc@opkode.com>
// Copyright (c) 2013-2019, the Converse developers
// Copyright (c) 2019, the Converse.js developers
// This is the internationalization module.
// This is the utilities module.
// This is a form utilities module.