Mercurial > libervia-web
diff libervia/web/server/restricted_bridge.py @ 1595:7941444c1671
pages: set `own_local_jid` to avoid confusion with `own_jid`:
- `own_jid` is the real JID of the user.
- `own_local_jid` is the JID used in chat, which can be real JID, or a room JID.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Dec 2023 22:05:48 +0100 |
parents | c6976c5b85a1 |
children | 0a4433a343a3 |
line wrap: on
line diff
--- a/libervia/web/server/restricted_bridge.py Wed Dec 13 22:03:49 2023 +0100 +++ b/libervia/web/server/restricted_bridge.py Wed Dec 13 22:05:48 2023 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Libervia: a SàT frontend +# Libervia Web Frontend # Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify