diff --git a/doc/epp/session.md b/doc/epp/session.md index c08566ee8..520d19103 100644 --- a/doc/epp/session.md +++ b/doc/epp/session.md @@ -3,36 +3,37 @@ Here are functions like login, logout, hello, poll ### Login request -| Field name | Min-max | Field description | -| ----------------------- |---------|------------------ | -| `` | 1 | | -| `-` | 1 | Username | -| `-` | 1 | Password | -| `-` | 0-1 | | -| `--` | 0-1 | 1.0 | -| `--` | 0-1 | en | -| `-` | 0-1 | | -| `--` | 0-n | Object URI that is going to be used in current connection. | -| `--` | 0-1 | | -| `---` | 0-n | Extension URI that is going to be used in current connection. | -| `` | 0-1 | Client transaction id | + Field name Min-max Field description + ----------------------- ------- ----------------- + 1 + 1 Username + 1 Password + 0-1 + 0-1 1.0 + 0-1 en + 0-1 + 0-n Object URI that is going to be used in current connection. + 0-1 + 0-n Extension URI that is going to be used in current connection. + 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-session-when-connected-with-valid-user-logs-in-epp-user) ### Logout request -| Field name | Min-max | Field description | -| ----------------------- |---------|------------------ | -| `` | 1 | | -| `` | 0-1 | Client transaction id | + Field name Min-max Field description + ----------------------- ------- ----------------- + 1 + 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-session-when-connected-with-valid-user-logs-out-epp-user) ### Poll request -| Field name | Min-max | Field description | -| ----------------------- |---------|------------------ | -| `` | 1 | Rec for receiving messages, ack for dequeuing Attribute: op="req / ack" | -| `` | 0-1 | Client transaction id | + Field name Min-max Field description + ----------------------- ------- ----------------- + 1 Rec for receiving messages, ack for dequeuing + Attribute: op="req / ack" + 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-poll-with-valid-user-queues-and-dequeues-messages)