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
335 stars 137 forks source link

Ejabberd STUN Server Binding Error #66

Closed chathudan closed 11 years ago

chathudan commented 11 years ago

Why Does this error Come D(<0.364.0>:ejabberd_stun:78) : got: {stun,request,1,51595046,59834731914394464689121067847, [3], undefined,undefined,undefined,undefined,undefined,undefined,undefined, undefined,undefined,[]} =INFO REPORT==== 2013-02-08 18:39:21 === D(<0.364.0>:ejabberd_stun:81) : sent: {stun,error,1,51595046,59834731914394464689121067847,[],<<"ejabberd 2.1.x">>, undefined,undefined,undefined,undefined,undefined,undefined,undefined, {420,<<"Unknown Attribute">>}, [3]}

lukeweber commented 11 years ago

Might be the old stun rfc on ejabberd. Check that it fully implements the new stun rfc. Might see rfc5766 for references to what I'm talking about. On Feb 8, 2013 7:59 PM, "chathudan" notifications@github.com wrote:

Why Does this error Come D(:ejabberd_stun:78) : got: {stun,request,1,51595046,59834731914394464689121067847, [3], undefined,undefined,undefined,undefined,undefined,undefined,undefined, undefined,undefined,[]} =INFO REPORT==== 2013-02-08 18:39:21 === D(:ejabberd_stun:81) : sent: {stun,error,1,51595046,59834731914394464689121067847,[],<<"ejabberd 2.1.x">>, undefined,undefined,undefined,undefined,undefined,undefined,undefined, {420,<<"Unknown Attribute">>}, [3]}

— Reply to this email directly or view it on GitHubhttps://github.com/lukeweber/webrtc-jingle-client/issues/66..

lukeweber commented 11 years ago

This is an issue with the stun on ejabberd. Google to see which version they support.