view libervia/web/pages/calls/page_meta.py @ 1622:c2065de5f6d0

browser (cache): better handling of roster and identities: roster and identities are now handled and updated separately.
author Goffi <goffi@goffi.org>
date Thu, 15 May 2025 17:52:59 +0200
parents c1c1d68d063e
children
line wrap: on
line source

#!/usr/bin/env python3
from libervia.web.server.constants import Const as C


name = "calls"
access = C.PAGES_ACCESS_PROFILE
template = "call/call.html"