Mercurial > libervia-backend
comparison libervia/backend/core/xmpp.py @ 4374:90d476a80ce9
tests (unit/sqla): Add test for `keyword` filtering:
rel 458
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Jun 2025 10:45:54 +0200 |
parents | 4da560a8aed3 |
children | 42becd4b819f |
comparison
equal
deleted
inserted
replaced
4373:5e48ae998976 | 4374:90d476a80ce9 |
---|---|
14 # GNU Affero General Public License for more details. | 14 # GNU Affero General Public License for more details. |
15 | 15 |
16 # You should have received a copy of the GNU Affero General Public License | 16 # You should have received a copy of the GNU Affero General Public License |
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
18 | 18 |
19 import asyncio | |
20 import calendar | 19 import calendar |
21 from collections.abc import Iterable | 20 from collections.abc import Iterable |
22 import copy | 21 import copy |
23 from functools import partial | 22 from functools import partial |
24 import mimetypes | 23 import mimetypes |