This document assumes that you know the DIAS mechanism, including what is meant by Server, Client, Agent and ticket.
There are many ways the Agent can share information with the Server about a particular ticket. The most appropriate way depends on how easily they can communicate with each other.
Below are some ideas on how this can be done.
- Accessing the same filesystem
- Over XMPP (TODO: write something about that)
- Writing/Reading in an SQL (e.g. sqlite) database
- others?