Linus Jahn
Linus Jahn
I tested this with melt 6.12.0 and melt https://github.com/mltframework/mlt/commit/ca29df6bff11d28ef47d38682d2b532835666c46 (15th April, 2019), both have the exact same problem. > So, to set your expectations appropriately, you should expect any imported...
I think this fixed it in mpv: https://github.com/mpv-player/mpv/pull/668/files Maybe something similar could be done here (or in ffmpeg?)?
PR itself is ready, but just requires https://github.com/processone/xmpp/pull/65 to be merged (and tagged). :)
> The good news: you don't need to wait for it to be tagged: you can update rebar.config and mix.exs to use a recent commit. That's good to know! Changed...
@badlop Do you've got an idea for how to store the `` setting per session? Is that easily possible without using the database? --- Okay, used ejabberd_sm:set_user_info()
:partying_face:
@badlop I think I've found the issue, https://github.com/processone/ejabberd/pull/3882 should fix it!
@jlaine The session id needs to be parsed to be able to resume the session (using `previd` in ``) after a possible connection loss. --- See https://xmpp.org/extensions/xep-0198.html#resumption
Unfortunately there's no test class for stream management, yet, but you could base on [this test](https://github.com/qxmpp-project/qxmpp/blob/master/tests/qxmppiq/tst_qxmppiq.cpp) basically. It were also nice to have this new test class in a new...
I was unsure about ByteStreamIq and CallStream and didn't want to write anything wrong. That's why they're still missing.