BlueBubbles
BlueBubbles 是一个自托管的 iMessage 替代方案。
功能特性
- 自托管 iMessage 服务器
- REST API 接口
- WebSocket 实时通知
- 群聊支持
- 附件处理
配置
yaml
channels:
bluebubbles:
enabled: true
server_url: "https://your-bluebubbles-server.com"
api_key: "${BLUEBUBBLES_API_KEY}"
notifications:
enabled: true
websocket: true
message:
max_length: 10000
support_attachments: true安装 BlueBubbles
bash
# 使用 Docker
docker run -d \
--name bluebubbles \
-p 1234:1234 \
-v bluebubbles-data:/data \
bluebubbles/server:latest连接 OpenClaw
bash
# 配置 BlueBubbles 通道
openclaw channels add bluebubbles \
--server-url "https://your-server.com" \
--api-key "your-api-key"限制
| 功能 | 状态 | 说明 |
|---|---|---|
| 发送消息 | ✅ | 支持文本、附件 |
| 接收消息 | ✅ | 实时 WebSocket |
| 群聊 | ✅ | 支持 |
| 读回执 | ✅ | 支持 |
| 已读状态 | ⚠️ | 部分支持 |