Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace HTTP links with HTTPS links #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
## What you need to build JsSIP

You just need to have [Node.js](http://nodejs.org/) and [Git](http://git-scm.com/). Optionally you also need [PhantomJS](http://phantomjs.org/) if you want to run test units.
You just need to have [Node.js](https://nodejs.org/) and [Git](https://git-scm.com/). Optionally you also need [PhantomJS](https://phantomjs.org/) if you want to run test units.


### Node.js

* [Install Node.js via package manager](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)
* [Install Node.js from sources](http://nodejs.org)
* [Install Node.js from sources](https://nodejs.org)

### Git

* [Install Git](http://git-scm.com/book/en/Getting-Started-Installing-Git)
* [Install Git](https://git-scm.com/book/en/Getting-Started-Installing-Git)


### PhantomJS

(optional, just for running unit tests)

* [Install PhantomJS](http://phantomjs.org/download.html)
* [Install PhantomJS](https://phantomjs.org/download.html)
* In modern Debian/Ubuntu systems PhantomJS can be installed via `apt-get install phantomjs`


Expand Down Expand Up @@ -48,7 +48,7 @@ Finally, run `grunt` command with no arguments to get a complete version of JsSI
$ grunt
```

The built version of JsSIP will be available in the `dist/` subdirectory in both flavors: normal (uncompressed) and minified, both linted with [JSLint](http://jslint.com/). There will be also a file named `dist/jssip-devel.js` which is an exact copy of the uncompressed file.
The built version of JsSIP will be available in the `dist/` subdirectory in both flavors: normal (uncompressed) and minified, both linted with [JSLint](https://jslint.com/). There will be also a file named `dist/jssip-devel.js` which is an exact copy of the uncompressed file.


## Development version
Expand All @@ -58,7 +58,7 @@ Run `grunt devel` for just generating the `dist/jssip-devel.js` file. An uncompr

## Test units

JsSIP includes test units based on [QUnit](http://qunitjs.com/). Test units use the `dist/jssip-devel.js` file. Run the tests as follows:
JsSIP includes test units based on [QUnit](https://qunitjs.com/). Test units use the `dist/jssip-devel.js` file. Run the tests as follows:
```
$ grunt test

Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ module.exports = function(grunt) {
/*\n\
* JsSIP version <%= pkg.version %>\n\
* Copyright (c) 2012-<%= grunt.template.today("yyyy") %> José Luis Millán - Versatica <http://www.versatica.com>\n\
* Homepage: http://jssip.net\n\
* License: http://jssip.net/license\n\
* Homepage: https://jssip.net\n\
* License: https://jssip.net/license\n\
*/\n\n\n',
footer: '\
\n\n\nwindow.JsSIP = JsSIP;\n\
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<a href="http://jssip.net"><img src="http://jssip.net/images/jssip-banner.png"/></a>
<a href="https://jssip.net"><img src="https://jssip.net/images/jssip-banner.png"/></a>

[![Build Status](https://travis-ci.org/versatica/JsSIP.png?branch=master)](https://travis-ci.org/versatica/JsSIP)

## Overview

* SIP over [WebSocket](http://jssip.net/documentation/misc/sip_websocket/) (use real SIP in your web apps)
* Audio/video calls ([WebRTC](http://jssip.net/documentation/misc/webrtc)), instant messaging and presence
* SIP over [WebSocket](https://jssip.net/documentation/misc/sip_websocket/) (use real SIP in your web apps)
* Audio/video calls ([WebRTC](https://jssip.net/documentation/misc/webrtc)), instant messaging and presence
* Lightweight! (~140KB)
* Easy to use and powerful user API
* Works with OverSIP, Kamailio, repro (reSIProcate) and Asterisk servers ([more info](http://jssip.net/documentation/misc/interoperability))
* Written by the authors of [draft-ietf-sipcore-sip-websocket](http://tools.ietf.org/html/draft-ietf-sipcore-sip-websocket) and [OverSIP](http://www.oversip.net)
* Works with OverSIP, Kamailio, repro (reSIProcate) and Asterisk servers ([more info](https://jssip.net/documentation/misc/interoperability))
* Written by the authors of [draft-ietf-sipcore-sip-websocket](https://tools.ietf.org/html/draft-ietf-sipcore-sip-websocket) and [OverSIP](http://www.oversip.net)


## Getting Started
Expand Down Expand Up @@ -73,24 +73,24 @@ var options = {
coolPhone.call('sip:[email protected]', options);
```

Want to see more? Check the full [Getting Started](http://jssip.net/documentation/0.3.x/getting_started/) section in the project website.
Want to see more? Check the full [Getting Started](https://jssip.net/documentation/0.3.x/getting_started/) section in the project website.


## Online Demo

Check our **Tryit JsSIP** online demo:

* [tryit.jssip.net](http://tryit.jssip.net)
* [tryit.jssip.net](https://tryit.jssip.net)


## Website and Documentation

* [jssip.net](http://jssip.net/)
* [jssip.net](https://jssip.net/)


## Download

* [jssip.net/download](http://jssip.net/download/)
* [jssip.net/download](https://jssip.net/download/)


## Authors
Expand All @@ -113,4 +113,4 @@ Check our **Tryit JsSIP** online demo:

## License

JsSIP is released under the [MIT license](http://jssip.net/license).
JsSIP is released under the [MIT license](https://jssip.net/license).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"title": "JsSIP",
"description": "the Javascript SIP library",
"version": "0.3.7",
"homepage": "http://jssip.net",
"homepage": "https://jssip.net",
"author": "José Luis Millán <[email protected]>",
"contributors": [
{
"url": "http://jssip.net/authors/"
"url": "https://jssip.net/authors/"
}
],
"repository": {
Expand Down