diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5f4c01 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/node_modules +/bower_components diff --git a/README.txt b/README.txt index b896684..95764ca 100644 --- a/README.txt +++ b/README.txt @@ -22,12 +22,14 @@ Only recent versions of the SIP proxies support WebSockets. Kamailio http://www.kamailio.org -You need to have the following JavaScript libraries available in your -web server or CMS: - jQuery (v1.4 or greater has been tested) +Install +------- + +Use http://bower.io/ to install dependencies - ArbiterJS (v1.0 has been tested) +Do `bower install` + Use cases --------- diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..fda0ef9 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "jscommunicator", + "version": "0.1.0", + "homepage": "http://jscommunicator.org", + "authors": [ + "Yehuda Korotkin " + ], + "description": "http://jscommunicator.org", + "license": "GPL2", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "jquery": "~2.1.1", + "arbiterjs": "https://github.com/yedako/arbiterjs.git", + "JsSIP": "https://github.com/versatica/JsSIP.git#~0.3.0" + } +} diff --git a/phone-dev.shtml b/phone-dev.shtml index 7497861..9fe0c11 100644 --- a/phone-dev.shtml +++ b/phone-dev.shtml @@ -3,10 +3,20 @@ Testing - - + - + + + + + diff --git a/phone.shtml b/phone.shtml index b7d008c..a0d28ac 100644 --- a/phone.shtml +++ b/phone.shtml @@ -2,11 +2,21 @@ Testing - - - +s - + + + + + +