mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Add Hello doc to session
This commit is contained in:
parent
e66b5adae5
commit
79e64dc2ab
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
||||||
## Session related functions
|
## Session related functions
|
||||||
Here are functions like login, logout, hello, poll
|
Here are functions like login, logout, hello, poll
|
||||||
|
|
||||||
|
### Hello request
|
||||||
|
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||||
|
<hello/>
|
||||||
|
</epp>
|
||||||
|
|
||||||
|
[EXAMPLE RESPONSE](/doc/epp-examples.md#epp-session-when-not-connected-greets-client-upon-connection)
|
||||||
|
|
||||||
### Login request
|
### Login request
|
||||||
|
|
||||||
Field name Min-max Field description
|
Field name Min-max Field description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue