1. 20 Feb, 2017 5 commits
    • JC Brand's avatar
      Updates #785 and #787 · 789654d5
      JC Brand authored
      Improve upon the previous implementation.
      
      If the resource with the highest priority goes offline or becomes unavailable,
      then the chat status of the contact must fall back to that of the resource with
      the next highest priority.
      
      In your example from #785, if the resource with priority 1 goes offline or
      becomes unavailable, then in your implementation the chat status would stay at
      online, although it must actually go to xa.
      
      The solution is to update the resources attribute on the contact to not just be
      an array or strings, but instead to be a map of resources to priorities and
      statuses and to use that data structure.
      789654d5
    • w3host's avatar
      15d2640c
    • JC Brand's avatar
      Add a test case based on #785 · 3aa5a83d
      JC Brand authored
      3aa5a83d
    • JC Brand's avatar
      Keep the features section near the bottom. · 62889089
      JC Brand authored
      62889089
    • JC Brand's avatar
      update changelog. Fixes #366 · 4e0cb8d3
      JC Brand authored
      4e0cb8d3
  2. 19 Feb, 2017 13 commits
  3. 18 Feb, 2017 3 commits
  4. 17 Feb, 2017 7 commits
  5. 16 Feb, 2017 12 commits