http://lomteqnxehqjdemqgzse7xchjlusgnpoxq2fpmz3yuukyfzc22t5gwyd.onion/jira_projects/browse/LOC-10.html
However, when decrypted (by the client) it's structure is msg = {
'user': 'ben2',
'text': 'This is a test message'
} When a client calls pollMsg , it will receive any queued messages effectively in the form of a JSON array, consisting of the message ID and the encrypted payload: [[1,'jA0ECQMCBRTd2w/mrx9g0lsBptF2OZMnwktCl+0zLdNKi/SdM7/f1c3AuA8nxMajPhNiqQB31E1Y\\n+yrdfFkWTDU0LCRZ15Zh95u8znKdgzAzfUpbP0cJQa+wm83Pc475gTaMTtwkunG9nL7m']] The...