i tried to install this plugin on my Phonegap app, but the object window.tlantic.plugins.socket seems not to be istantiated. I think it's because when i try to install that plugin with
cordova plugin add com.tlantic.plugins.socket
it can't find it, so i have to use the entire url
cordova plugin add https://github.com/Tlantic/cdv-socket-plugin/
and the installation works but not the plugin. If i build it from build.phonegap.com it returns
Error - The following plugin, plugin version or a dependancy of this plugin is not on npm: com.tlantic.plugins.socket@1
I just tried to install it manually, taking files from the github repository, but i can't make it work in any ways..could you give me some info on how to install manually a plugin in phonegap/cordova applications? Thank you very much.