Question about text messages

99% of the web is a client / server architecture,
  • meaning the client requests something and
  • the server returns a reply.
In your specific instance, the 'request' is a text message to some user,
to which the server forwards the text
and then replies with basically 'done'.

Programmers typically 'log' at least server inputs, so I strongly suspect the answer would be YES
 
Back