Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Agenda

  • Record the meeting
  • Error after framework update 
  • WebSockets
    • How to get rid of polling?
    • Should an edge agent get just notification about new messages or should it get forwarded messages directly via WebSocket?
      • In both cases, the mediator needs to know how to forward an incoming message belonging to the given `verkey`. Should it store into storage for polling or send it (message, or notification message) directly via WebSocket.
      • How to pass such information?
  • Architecture refactoring
    • agent
    • decorators
    • modules
      • basicmessage
      • connections + trustping
      • credentials
      • routing + coordinatemediation + messagepickup
    • storage
    • transport
    • utils
    • wallet
    • ...
  • Module structure
    • api/index
    • handlers
    • services
    • messages

...