Description

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 (/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
✅​
✅​

Latest updates View all

  1. Updated Version 3.2.0 Alpha 1
    ⚠️ This is an early alpha build released to provide XenForo 2.3 compatibility. Alpha versions...
  2. Updated Version 3.1.5
    – Feature: Option to count chat messages in user statistics – Fix: Clicking the icon in the...
  3. Updated Version 3.1.4
    - Added a setting to clear chat messages to the "Spam cleaner default options" option

More products from Martin Lane View all

XenForo Messenger
XenForo Messenger
Replaces outdated conversations with a modern messenger.
0.00 star(s)
$49.99
Quill Editor
Quill Editor
Allows you to use a modern editor built on Quill.
0.00 star(s)
Live Forum Statistics
Live Forum Statistics
Recent activity on your forum in live feed mode
5.00 star(s)
$49.99
XenForo WebSockets
XenForo WebSockets
Real-Time Power for Your XenForo Forum
5.00 star(s)
ChatGPT Framework
ChatGPT Framework
Framework for ChatGPT API.
5.00 star(s)
Thread Up (Bump)
Thread Up (Bump)
Promoting threads by raising them in the list
0.00 star(s)
$29.99
Version
3.2.0 Alpha 1
Published
Updated
Downloads
34
Views
14,845
Requirements
PHP 8.1+
MySQL 5.7+
XenForo WebSockets 2.1.0+
Quill Editor 1.0.0+
Compatible XF versions
  1. 2.2
  2. 2.3

Author