On Wed, 8 Apr 2015 19:22:32 +0200 Ian Goldberg <[email protected]> wrote:
> But ketmar, do try implementing the create_instag callback with the
> above call to otrl_instag_generate and see if that solves your problem.
yay! that solves the problem, thank you. i did this:
void otrCreateInsTagCB (void *opdata, const char *accountname, const char
*protocol) {
dlogf("otrCreateInsTagCB: acc=[%s]; proto=[%s]\n", accountname, protocol);
GET_CLIENT(cl);
char *fname = malloc(strlen(cl->account)+1024);
sprintf(fname, ".otrdata.%s.instag", cl->account);
if (otrl_instag_generate(cl->mOTRState, fname, accountname, protocol)) {
dlogf(" ERROR generating instag!\n");
}
free(fname);
}
and now Alice and Miriel are able to talk.
i'm not ready to write a patch yet, but i'll take a look at it on the
next week and will try to do that.
thank you again for your help.
signature.asc
Description: PGP signature
_______________________________________________ OTR-users mailing list [email protected] http://lists.cypherpunks.ca/mailman/listinfo/otr-users
