mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
end of list marker for clients
This commit is contained in:
parent
b93e8e2380
commit
fa03bd1bad
1 changed files with 2 additions and 1 deletions
|
@ -3110,8 +3110,9 @@ listAcq(ppltype, pplvalue) { // Acq(uaintance) to be renamed into Peer
|
||||||
"_nick": pdisp ]) );
|
"_nick": pdisp ]) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} // not really a _list method then, huh?
|
||||||
if (ppltype == PPL_JSON) w("_list_acquaintance_JSON", make_json(all));
|
if (ppltype == PPL_JSON) w("_list_acquaintance_JSON", make_json(all));
|
||||||
|
else w("_list_acquaintance_end"); // end marker for psyc clients
|
||||||
#ifdef pdisp
|
#ifdef pdisp
|
||||||
# undef pdisp
|
# undef pdisp
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue