lukeweber / webrtc-jingle-client

Webrtc audio + jingle protocol brought to IOS and Android.
https://groups.google.com/forum/?fromgroups#!forum/webrtc-jingle
BSD 3-Clause "New" or "Revised" License
334 stars 137 forks source link

Jinge voice call ios #125

Closed Gowthamindot closed 10 years ago

Gowthamindot commented 10 years ago

Hi I have added the jingle coding in ios application.But its coming "Jingle is not connected error".How can i solve this issue.Please do some needful for us.

lukeweber commented 10 years ago

It's hard to say with so little information what's going on. I've decided to no longer maintain this project. Please see README.

That being said. There are a few different ways in which you may connect to the xmpp server. The example here could connect to gmail's xmpp although I haven't tested this in a long time. If you wanted to connect to your own xmpp you would need to enable xmpp_compatibility in the defines, but again, it's hard to say.

https://github.com/lukeweber/webrtc-jingle-client/blob/master/client/client_defines.h

chathudan commented 10 years ago

if you are using your own server set false to isgtalk in your connection

Gowthamindot commented 10 years ago

Hi thanks for yours reply..When am compiling the source code following error occurred. clang: error: argument unused during compilation: '-msse2' Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1.Please help me to resolve this issue.

chathudan commented 10 years ago

follow the README instructions, make sure that you change IOS dev requirements mention in here https://github.com/lukeweber/webrtc-jingle-client#ios

Gowthamindot commented 10 years ago

Hi Its not appearing the two files in source code expat.gyp and .gclient.Could you please tell me how to generate that files.

chathudan commented 10 years ago

those are hidden files

Gowthamindot commented 10 years ago

How can i solve that issue?