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

Initial Roster support #81

Closed jreyes closed 11 years ago

jreyes commented 11 years ago

This relates to issue #72

lukeweber commented 11 years ago

Had a look. This code is definitely a step in the right direction, however we still need the optionality of calling a full jid. For example, new xmpp framework iOS version won't use the libjingle roster but will manage its own and call full jids that it knows are online.

As well also with the java client a user might prefer to call all VoIP endpoints at the same time and see which one if any respond then tare down the rest.

jreyes commented 11 years ago

ok have an idea how to implement that. I'll add it to the todo list to do after this commit.

lukeweber commented 11 years ago

Merged.