The client should be able to receive and process user-identification messages (added in #25) in order to correlate users with requests.
user-identification messages include an avatar of the user (or identicon). In cases where that image cannot be located (offline client), the image's onerror event should be captured and the src changed to something local/default.
The client should be able to receive and process user-identification messages (added in #25) in order to correlate users with requests.
user-identification messages include an avatar of the user (or identicon). In cases where that image cannot be located (offline client), the image's
onerror
event should be captured and thesrc
changed to something local/default.