chat.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "users": [
  3. {
  4. "username": "Sadi Orlaf",
  5. "picture": "styles/img/avatars/5.png",
  6. "status": "Online"
  7. },
  8. {
  9. "username": "Mary",
  10. "picture": "styles/img/avatars/1.png",
  11. "status": "Busy"
  12. }
  13. ],
  14. "messages": [
  15. {
  16. "user": {
  17. "username": "Sadi Orlaf",
  18. "picture": "styles/img/avatars/5.png",
  19. "status": "Online"
  20. },
  21. "date": "2014-10-01T21:08:06.388Z",
  22. "body": "Hey did you meet the new\n board\n of director? He's a bit of an arse if you ask me...anyway here is the report you\n requested.\n I am off to launch with Lisa and Andrew, you wanna join?\n <p class=\"chat-file row\">\n <b class=\"pull-left col-sm-6\"> <!--<i class=\"fa fa-spinner fa-spin\"></i>--> <i class=\"fa fa-file\"></i> report-2013-demographic-report-annual-earnings.xls\n </b>\n <span class=\"col-sm-6 pull-right\"> <a href=\"javascript:void(0);\" class=\"btn btn-xs btn-default\">cancel</a> <a href=\"javascript:void(0);\" class=\"btn btn-xs btn-success\">save</a> </span>\n </p>\n\n <p class=\"chat-file row\">\n <b class=\"pull-left col-sm-6\"> <i class=\"fa fa-ok txt-color-green\"></i>\n tobacco-report-2012.doc </b>\n <span class=\"col-sm-6 pull-right\"> <a href=\"javascript:void(0);\" class=\"btn btn-xs btn-primary\">open</a> </span>"
  23. },
  24. {
  25. "user": {
  26. "username": "John Doe",
  27. "picture": "styles/img/avatars/sunny.png",
  28. "status": "Online"
  29. },
  30. "date": "2014-10-01T21:09:08.388Z",
  31. "body": " Haha! Yeah I know what you\n mean. \n Thanks for the file Sadi! <i class=\"fa fa-smile-o txt-color-orange\"></i> "
  32. }
  33. ]
  34. }