Simple Submision Job Protocol Messages notes Andres Seco Hernandez AndresSH@alamin.org 03/08/98 Client to Server messages (C->S) can be concatenated with the plus sign between spaces (" + "). You can run a job with only two messages, the open channel one and other with PASS, RUN and CLOSE C->S S->C OPEN name ID REQUEST 0000 PASS 0000 + RUN test par1 + CLOSE name OPENED TO name STARTING test par1 BYE name Messages from running job (number 10) can come any time, as well with the channel closed. Message sintax is not case sensitive. Usernames and jobnames can be any word not used in the reserved words list. Jobnames can be equal to usernames. There are no other limitation to the parameter list than the characters valid to a SMS message and the size of the message. Token_query from server and token_response from client can be any size. It can contain any combination of numbers and letters.