SIP.js
SIP.js copied to clipboard
Historical sip chat
do you know if standard sip protocol already includes historical chat log for IMs? i mean whether old messages are already stored and retrieved by/from the server? or must this be a client-only implementation ?
do you suggest to use indexedDB in such case?
also: how about messages received while in offline mode ? are those lost or is there any smart way to retrieve them ?