INSTALL.md
LICENSE
MANIFEST.in
README.md
alembic.ini
config.ini.sample
openxcap
pyproject.toml
setup.py
debian/changelog
debian/compat
debian/control
debian/copyright
debian/docs
debian/lintian-overrides
debian/logrotate
debian/rules
debian/service
debian/source/format
migrations/env.py
migrations/script.py.mako
migrations/versions/auth/ad8f7251778a_initial_migration.py
migrations/versions/storage/9662e80c6ac2_initial_migration.py
openxcap.egg-info/PKG-INFO
openxcap.egg-info/SOURCES.txt
openxcap.egg-info/dependency_links.txt
openxcap.egg-info/top_level.txt
scripts/add-openxcap-user.py
scripts/mysql-create-tables.sql
scripts/mysql-create-user.sql
test/__init__.py
test/common.py
test/disabled_test_subscribediff.py
test/test.py
test/test_attribute.py
test/test_auth.py
test/test_element.py
test/test_element_put.py
test/test_errors.py
test/test_etags.py
test/test_etags2.py
test/test_fragment.py
test/test_global.py
test/test_nsbindings.py
test/test_pidf.py
test/test_presrules.py
test/test_resourcelists.py
test/test_rlsservices.py
test/test_watchers.py
test/test_xcap_caps.py
test/test_xpath.py
test/xcapclientwrap.py
test/schemas/xcap-caps.xsd
test/schemas/xcap-error.xsd
tls/README
xcap/__init__.py
xcap/datatypes.py
xcap/dbutil.py
xcap/element.py
xcap/errors.py
xcap/http_utils.py
xcap/log.py
xcap/server.py
xcap/tls.py
xcap/types.py
xcap/uri.py
xcap/xcapdiff.py
xcap/xpath.py
xcap/appusage/__init__.py
xcap/appusage/capabilities.py
xcap/appusage/dialogrules.py
xcap/appusage/directory.py
xcap/appusage/pidf.py
xcap/appusage/prescontent.py
xcap/appusage/presrules.py
xcap/appusage/purge.py
xcap/appusage/resourcelists.py
xcap/appusage/rlsservices.py
xcap/appusage/test.py
xcap/appusage/watchers.py
xcap/appusage/xml-schemas/common-policy.xsd
xcap/appusage/xml-schemas/pidf-common-schema.xsd
xcap/appusage/xml-schemas/pidf-data-model.xsd
xcap/appusage/xml-schemas/pidf.xsd
xcap/appusage/xml-schemas/presence-rules.xsd
xcap/appusage/xml-schemas/resource-lists.xsd
xcap/appusage/xml-schemas/rls-services.xsd
xcap/appusage/xml-schemas/watchers.xsd
xcap/appusage/xml-schemas/xcap-directory.xsd
xcap/appusage/xml-schemas/xml.xsd
xcap/authentication/__init__.py
xcap/authentication/auth.py
xcap/backend/__init__.py
xcap/backend/database.py
xcap/backend/opensips.py
xcap/backend/sipthor.py
xcap/configuration/__init__.py
xcap/configuration/datatypes.py
xcap/db/__init__.py
xcap/db/initialize.py
xcap/db/locks.py
xcap/db/manager.py
xcap/db/models/__init__.py
xcap/db/models/auth_db.py
xcap/db/models/sipthor_db.py
xcap/db/models/storage_db.py
xcap/routes/__init__.py
xcap/routes/api_routes.py
xcap/routes/xcap_routes.py
xcap/schemas/__init__.py
xcap/schemas/addressbook.py
xcap/schemas/api_errors.py
xcap/schemas/user.py
xcap/schemas/utils.py
xcap/services/__init__.py
xcap/services/xcap_service.py