Why a forum needs a chat
Members don't leave for Discord because Discord is better. They leave because it's faster. Type something, get a reply in under a second - that's the bar now, and a forum without real-time messaging can't clear it. Every minute spent refreshing a thread is a minute the conversation moves to a platform you don't control and get zero data from.
Real-Time Chat closes that gap by running over WebSockets instead of polling the server every few seconds for new messages. Typing indicators show up instantly. The popup can be dragged anywhere on screen, resized, and it remembers where a user left it - on desktop it opens picture-in-picture, on mobile it takes over the screen. The widget embeds into any template, compact or full-width, pointed at whichever room you choose.
Where it differs from the alternatives
Most XenForo chats, including Siropu's well-regarded Chat 2, are AJAX-based: the client asks the server "anything new?" on an interval. It works, and reviews back that up. But it's not the same thing as a persistent WebSocket connection pushing messages the moment they're sent — that's the difference between a chat that feels instant and one that feels quick.
Rooms come in two flavors, public and invite-only, with links you can revoke and reissue on demand (
The AI side works through a companion add-on, AI Bots: each bot gets its own prompt, its own permission group, and responds live when @mentioned in a room, with message translation on top. It's a different model from a single /ai slash command — closer to giving the forum several distinct bot personalities than one shared assistant.
Bundled with XenForo Messenger (replaces the stock conversation system) and 2,100+ animated Memoji, the whole package covers what usually pulls a community off-platform — without handing that traffic, and that data, to someone else's app.
Real-Time Chat vs Siropu Chat 2
Members don't leave for Discord because Discord is better. They leave because it's faster. Type something, get a reply in under a second - that's the bar now, and a forum without real-time messaging can't clear it. Every minute spent refreshing a thread is a minute the conversation moves to a platform you don't control and get zero data from.
Real-Time Chat closes that gap by running over WebSockets instead of polling the server every few seconds for new messages. Typing indicators show up instantly. The popup can be dragged anywhere on screen, resized, and it remembers where a user left it - on desktop it opens picture-in-picture, on mobile it takes over the screen. The widget embeds into any template, compact or full-width, pointed at whichever room you choose.
Where it differs from the alternatives
Most XenForo chats, including Siropu's well-regarded Chat 2, are AJAX-based: the client asks the server "anything new?" on an interval. It works, and reviews back that up. But it's not the same thing as a persistent WebSocket connection pushing messages the moment they're sent — that's the difference between a chat that feels instant and one that feels quick.
Rooms come in two flavors, public and invite-only, with links you can revoke and reissue on demand (
/link --refresh). A room owner can turn off messages from everyone else and use it as a broadcast channel instead. Moderators ban, mute, and clear messages with the same command syntax members already see, no separate admin screen to learn.The AI side works through a companion add-on, AI Bots: each bot gets its own prompt, its own permission group, and responds live when @mentioned in a room, with message translation on top. It's a different model from a single /ai slash command — closer to giving the forum several distinct bot personalities than one shared assistant.
Bundled with XenForo Messenger (replaces the stock conversation system) and 2,100+ animated Memoji, the whole package covers what usually pulls a community off-platform — without handing that traffic, and that data, to someone else's app.
Real-Time Chat vs Siropu Chat 2
| Feature | Siropu Chat 2 | Real-Time Chat |
|---|---|---|
| Messenger-style interface | ❌ | ✅ |
| Popup chat window | ❌ | ✅ |
| Customizable AI bots | ❌ | ✅ |
| WebSocket real-time architecture | ❌ | ✅ |
| Themes and custom design | 🟡 | ✅ |
| Mentions and reactions | ❌ | ✅ |
| Extensible command system | 🟡 | ✅ |
| Mobile-first experience | 🟡 | ✅ |
| Rooms and private conversations | ✅ | ✅ |
| Moderation tools | ✅ | ✅ |