From da204344efef915bb2a017a1208ed1c38787e212 Mon Sep 17 00:00:00 2001 From: Markov Andrey Date: Tue, 30 Jun 2026 09:14:13 +0000 Subject: [PATCH] Add new file --- core/handlers/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 core/handlers/__init__.py diff --git a/core/handlers/__init__.py b/core/handlers/__init__.py new file mode 100644 index 0000000..20396a9 --- /dev/null +++ b/core/handlers/__init__.py @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- +""" +Пакет handlers – обработчики XMPP-событий для тонких XMPP-клиентов. +Содержит: +- MetricsHandler – счётчики статистики, +- MessageHandler – маршрутизация входящих сообщений, +- FileHandler – скачивание файлов, +- RoomHandler – управление MUC-комнатами, +- SubscriptionHandler – подписки в ростере, +- HealthHandler – периодические задачи (очистка, healthcheck). +""" \ No newline at end of file