Poll req doc

This commit is contained in:
Martin Lensment 2015-01-15 12:20:49 +02:00
parent 87afd1c2da
commit 303a9470f2
2 changed files with 16 additions and 0 deletions

View file

@ -39,3 +39,5 @@
| ----------------- |----------|----------------- | | ----------------- |----------|----------------- |
| ext:relative | true if ext:absolute is not specified | Relative expiry duration (ISO8601) | | ext:relative | true if ext:absolute is not specified | Relative expiry duration (ISO8601) |
| ext:absolute | true if ext:relative is not specified | Absolute expiry date (ISO8601) | | ext:absolute | true if ext:relative is not specified | Absolute expiry date (ISO8601) |
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-keyrelay-with-valid-user-makes-a-keyrelay-request)

View file

@ -45,3 +45,17 @@ Here are functions like login, logout, hello, poll
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-session-when-connected-with-valid-user-logs-out-epp-user) [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-session-when-connected-with-valid-user-logs-out-epp-user)
### Poll request
| Field name | Required | Attributes | Field description |
| ----------------- |----------| -----|----------------- |
| [poll](#poll) | true | | |
| clTRID | false | | Client transaction id |
##### poll
| Field name | Required | Attributes | Field description |
| ----------------- |----------| -----|----------------- |
| poll | true | op (req, ack) | Rec for receiving messages, ack for dequeuing |
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-poll-with-valid-user-queues-and-dequeues-messages)