Richard Bayerle

Results 152 comments of Richard Bayerle

`libomemo` returns "malformed xml", not entirely sure why right now but it might be the legacy namespace `eu.siacs.conversations.axolotl` (should be `omemo:0` or something like that currently). edit: maybe i'm wrong,...

i failed to reproduce it. the line in the debug log points to exactly one line: when `omemo_message_prepare_decryption()` is called on the incoming message. the error code `-12000` is `OMEMO_ERR_MALFORMED_XML`,...

Currently the whole thing is linked statically, won't I have to change the build first?

Well, I have just been told that static linking doesn't go well with packaging, which is why I asked. I have no experience with PPAs, so if you're telling me...

@treba123, people keep mailing me, thinking I am the owner of the COPR project (well, I also put it on the readme...). Could you please make it clear in the...

The thing is that unlike in OTR, the session is only started once. Do you have any suggestions for non-GUI indications? I initially considered modifying the sender's name inside the...

Sure, sounds good. I could also let the user choose to turn those on and off, and could use that as a chance to look into working with the libpurple...

When I made several modules out of the project instead of stuffing all of this into the plugin I was thinking of code reuse (if only by myself). Putting all...

As might have become obvious from the open issues, I really don't have much experience in making software build well on other systems than my own. That being said, I'm...

@hasufell As I said, I realize that it is weird, but before I used libtool so they were actually built into shared libraries, though as the dependency on libtool made...