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