Replace http: with https: in conversejs.org links

This commit is contained in:
Emmanuel Gil Peyrot 2019-03-04 17:47:45 +01:00
parent 7dd21880ed
commit b7ae9f212c
39 changed files with 39 additions and 39 deletions

View File

@ -2,7 +2,7 @@
Contribution Guidelines Contribution Guidelines
======================= =======================
Thanks for contributing to `Converse.js <http://conversejs.org>`_. Thanks for contributing to `Converse.js <https://conversejs.org>`_.
Support questions Support questions
================= =================

View File

@ -8,7 +8,7 @@
6. `git commit -am "New release 5.0.0"` 6. `git commit -am "New release 5.0.0"`
7. `git tag -s v5.0.0 7. `git tag -s v5.0.0
8. Run `git push && git push --tags` 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. 10. Create `5.0.0` directory for the CDN.
* Create a new version for the CDN by copying * Create a new version for the CDN by copying
* Check out the correct tag * Check out the correct tag

View File

@ -4,7 +4,7 @@
"type": "library", "type": "library",
"license": "MPL-2.0", "license": "MPL-2.0",
"minimum-stability": "stable", "minimum-stability": "stable",
"homepage": "http://conversejs.org/", "homepage": "https://conversejs.org/",
"keywords": ["xmpp", "messaging", "chat", "presence"], "keywords": ["xmpp", "messaging", "chat", "presence"],
"require": {} "require": {}
} }

View File

@ -1,6 +1,6 @@
/*! /*!
* Converse.js (Web-based XMPP instant messaging client) * Converse.js (Web-based XMPP instant messaging client)
* http://conversejs.org * https://conversejs.org
* *
* Copyright (c) 2013-2018, JC Brand <jc@opkode.com> * Copyright (c) 2013-2018, JC Brand <jc@opkode.com>
* Licensed under the Mozilla Public License * Licensed under the Mozilla Public License

View File

@ -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>`_ For a standalone manager, see for example `Punjab <https://github.com/twonds/punjab>`_
and `node-xmpp-bosh <https://github.com/dhruvbird/node-xmpp-bosh>`_. 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. manager located at https://conversejs.org/http-bind.
This connection manager is available for testing purposes only, please don't This connection manager is available for testing purposes only, please don't

View File

@ -11,7 +11,7 @@
<body> <body>
<div id="header_wrap" class="outer"> <div id="header_wrap" class="outer">
<header class="inner"> <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> <h2 id="project_tagline">Mockups</h2>
</header> </header>
</div> </div>

View File

@ -1,6 +1,6 @@
/*! /*!
* Converse.js (Web-based XMPP instant messaging client) * Converse.js (Web-based XMPP instant messaging client)
* http://conversejs.org * https://conversejs.org
* *
* Copyright (c) 2013-2018, JC Brand <jc@opkode.com> * Copyright (c) 2013-2018, JC Brand <jc@opkode.com>
* Licensed under the Mozilla Public License * Licensed under the Mozilla Public License

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com> // Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2012-2019, the Converse.js developers // Copyright (c) 2012-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com> // Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com> // Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) JC Brand <jc@opkode.com> // Copyright (c) JC Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com> // Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com> // Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, JC Brand <jc@opkode.com> // Copyright (c) 2013-2019, JC Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2017, Jan-Carel Brand <jc@opkode.com> // Copyright (c) 2013-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com> // Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com> // Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2012-2019, the Converse.js developers // Copyright (c) 2012-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse developers // Copyright (c) 2013-2019, the Converse developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com> // Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2019, the Converse.js developers // Copyright (c) 2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js // Converse.js
// http://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// This is the internationalization module. // This is the internationalization module.
// //

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// This is the utilities module. // This is the utilities module.
// //

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// This is the utilities module. // This is the utilities module.
// //

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// This is the utilities module. // This is the utilities module.
// //

View File

@ -1,5 +1,5 @@
// Converse.js (A browser based XMPP chat client) // Converse.js (A browser based XMPP chat client)
// http://conversejs.org // https://conversejs.org
// //
// This is a form utilities module. // This is a form utilities module.
// //