Chat/api
akastijn 421f6655fd Add SSE client for web chat integration and enable event-based message handling.
- Introduced `SseSubscribeClient` to connect to the external web server and process events via SSE (Server-Sent Events).
- Added `WebHandler` interface for type-safe event deserialization and processing.
- Included `WebChatHandler` to handle incoming web chat messages and forward them to the chat system.
- Updated `Config` for new configurable values: `CHAT_WEB_REGISTER_TO_BASE_URL` and `CHAT_WEB_TOKEN`.
2026-08-02 17:39:25 +02:00
..
src/main/java/com/alttd/chat Add SSE client for web chat integration and enable event-based message handling. 2026-08-02 17:39:25 +02:00
build.gradle.kts Add SSE client for web chat integration and enable event-based message handling. 2026-08-02 17:39:25 +02:00