Lukas Matt
Lukas Matt
@sualko Hi I am trying to debug webrtc cause it is not working right now. And to be honest I am stuck .. could you have a quick look at...
FYI; with the latest version it works in chrome 46.0.2490.71 (64-bit) and firefox 45.3.0 till it tries to establish a connection. needs more research.
@sualko I used following: `jsxc.options.RTCPeerConfig.iceServers[0].urls="stun:stun.l.google.com:19302"` ### caller ``` [Webrtc] please allow access to microphone and camera navigator.mozGetUserMedia has been replaced by navigator.mediaDevices.getUserMedia onUserMediaSuccess media ready close dialog [Webrtc] Use local...
related to #38 it is all about non-diaspora contacts and how we handle two separated user stores.
Without testing I guess it is following line: https://github.com/diaspora/diaspora/blob/master/app/assets/javascripts/jsxc.js#L15 that line was removed from develop.
dialback handling works but there seams to be information loss .. possible that this is related to diaspora-jsxc-implementation. I had no problems with pidgin yet
xxx = receiving-end ccc = sender ``` D, [2015-09-08T11:24:38.600755 #25286] DEBUG -- : Sent stanza: 10.0.2.15:5280 -> 10.0.2.2:39992 HTTP/1.1 200 OK Access-Control-Allow-Origin: * Content-Type: text/xml; charset=utf-8 Content-Length: 51 D, [2015-09-08T11:24:38.600992...
I am working on a federation testsuite and want to implement mastodon as well. Since all federation tests happen in a docker environment.. using SSL is a bit much overhead....
it works under chrome... just browser things :+1:
And why is that a problem for jsxc? sounds like a configuration issue to me. JSXC ignores some global vars as well -> https://github.com/diaspora/jsxc/blob/develop/.jshintrc#L16