Ximin Luo
Ximin Luo
Have you also tried building against `libjingle_peerconnection_so.so`? This would more likely to be in the future to be standardised as an actual system shared library. (But this doesn't include the...
Alright I just managed to get this to work. You need to set `CXXFLAGS=-fvisibility=default` when running the `gyp_webrtc` configure script, then build `libjingle_peerconnection_so`. Obvious, right(?) This also increases the size...
Hey, yes I was planning to eventually submit a pull request, but have some issues to think through first. I'll write these up over the next few days. As far...
See also https://bugs.chromium.org/p/webrtc/issues/detail?id=5627
Still fails with prosody 0.9.7. BTW, this is what pidgin sends: ``` (19:36:12) jabber: Sending (ssl) ([email protected]/main-laptop): (19:36:12) jabber: Recv (ssl)(203): ``` and it works. Probably you should set `id=`...
A prerequisite to doing this would be to implement [XEP-0163](https://xmpp.org/extensions/xep-0163.html) which is used to distribute pre-keys in OMEMO. This would be useful for an end-to-end encrypted messaging protocol that I'm...
the resource that you think you're chatting with can be faked, it's the key that actually identifies the peer who is chatting. you could instead put it in this line:...
Yeah, what is `/remove` actually supposed to do? I don't see the remote contact actually being removed... it doesn't disappear from the contacts list and next time I log in,...
If you just run `cargo build` twice naively, or write a wrapper tool to do that, then some parts of the build environment stays the same, for example build path,...
BTW I was the main developer on `reprotest` so ask if you have any questions.