You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ondrej Sury <on...@sury.org> on 2005/12/20 21:04:40 UTC

RFC: mod_epp module for EPP protocol processing

Hi,

quickly about EPP.  EPP is protocol used by registry<->registrar
communication and is used for ccTLD (.cz,.eu) and some gTLD
(.org,.info). It's XML based and defined by several RFCs.  It's has
mechanism to support extensions (f.e. .eu has implemented some
extensions over RFCs).

I would like to write mod_epp module which would implement EPP protocol
(similar to mod_smtp).  It will still need system which will keep
evidence of contacts/subjects/domain names behind and this module would
just create layer between central registry and EPP enabled registrars.
I think that apache provides excelent framework for creating network
enabled applications with safe arbitrary string processing and memory
allocations.

What do other people think about this?

Ondrej.
-- 
Ondrej Sury <on...@sury.org>