<div dir="ltr">Hi everyone, <div><br></div><div>I'm working on ejabberd. </div><div><br></div><div style>< , > characters are recieved on real time conversation but they escape when I trying to write message on mysql database.</div>
<div><br></div><div>lists:flatten(io_lib:format("from=~s&to=~s&message=~s&status=~b&time_create=~b", [FromS, ToS, BodyS, Status, unix_timestamp()</div><div><br></div><div style>I'm using this lists functions.</div>
<div style><br></div><div style>When I write 5 > 4 on chat client, it sended but after then I tried to get this messages from archive database, it looks only 5.</div><div style><br></div><div style>"> 4 " are missing..</div>
</div>