implement rfc6764 /.well-known/{card,cal}dav addresses
authorchrysn <chrysn@fsfe.org>
Thu, 14 Aug 2014 07:49:59 +0000 (09:49 +0200)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sun, 10 Apr 2016 11:43:29 +0000 (11:43 +0000)
commit5c6fb832ff923dacf653610495e4aec178f90167
tree7756526921ab82b8d8fa4e7df9103123d6ea3e14
parent560a00afe2d560b25495ebf3c6dbb7b89183fe03
implement rfc6764 /.well-known/{card,cal}dav addresses

those are required vor DAVDroid around 0.6.2.

the patch requires a do_get_head mechanism in the Resource class, which
can be used in general for non-collection resources to implement their
own responses.
calypso/__init__.py
calypso/principal.py