Stephen Paul Weber

Results 228 comments of Stephen Paul Weber
trafficstars

This is not stackoverflow specific, happens whenever I try to use the OpenID endpoint with Github as the auth provider

I have implemented this in cheogram android https://git.singpolyma.net/cheogram-android/commit/c19e0e787acdea961261ffdcc68feae2d065b00d and could make a mergable PR if there was interest upstream

So, good news and bad news. Good news I've created a set of patches that fix the inbound calling issues from JMP in Dino. Bad news, the most serious issue...

Thanks to @mar-v-in we have also deployed a workaround that makes calls connect even with the buggy version of GnuTLS, so as of now if you're on latest Dino calls...

Ok, so it seems that gcc just doesn't support blocks at all. So adding `-DCXX=clang++` and also `` gets me further. Now I get this: ``` Error: Error while running...

Ok, got past that error with this patch, but I'm not sure why it was needed... ``` --- ObjcData.mm 2023-06-06 19:23:52.054204608 -0500 +++ ObjcData.mm.1 2023-06-06 19:24:18.290474236 -0500 @@ -66,7 +66,7...

I have it building and working now, with the above patch in place. I do need to get `-lobjc -lgnustep-base` added, and I'm not sure how to conditionally add these...

#308 *almost* solved this, but it still has a redundant check for `jwks_uri` presence in the `verifySignatures` method. The presence of that is checked when needed inside the `verifyJWTSignature` method...

This should use https://www.rfc-editor.org/rfc/rfc4733.html (which is supported by WebRTC) and not by anything XMPP specific, IMO, this is how Gajim, Snikket, and Cheogram Android support it. @edhelas how much do...