Source: openxcap
Section: net
Priority: optional
Maintainer: Tijmen de Mes <tijmen@ag-projects.com>
Build-Depends: debhelper (>= 11), dh-python, python3
Standards-Version: 4.5.0

Package: openxcap
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
         alembic,
         python3-aiosqlite,
         python3-aiomysql,
         python3-application,
         python3-cachetools,
         python3-fastapi,
         python3-gnutls,
         python3-greenlet,
         python3-lxml,
         python3-sipsimple,
         python3-sqlmodel,
         python3-systemd,
         python3-twisted,
         python3-zope.interface
Description: XCAP server implementation
 XCAP protocol allows a client to read, write and modify application
 configuration data stored in XML format on a server. XCAP maps XML document
 sub-trees and element attributes to HTTP URIs, so that these components can
 be directly accessed by HTTP. An XCAP server is used by the XCAP clients to
 store data like Presence policy in combination with a SIP Presence server
 that supports PUBLISH/SUBSCRIBE/NOTIFY methods to provide a complete SIP
 SIMPLE server solution.
