turms-im / turms

🕊️ The world's most advanced open source instant messaging engine for 100K~10M concurrent users https://turms-im.github.io/docs
Apache License 2.0
1.72k stars 266 forks source link

WIP: Support an XMPP server #1160

Open JamesChenX opened 1 year ago

JamesChenX commented 1 year ago

Background: https://turms-im.github.io/docs/server/module/xmpp.html

JamesChenX commented 1 year ago

Motivation

The core support for the XMPP server is important because these RFCs are the fundamental support for further features (XEPs). If we don't support them, nobody will imagine Turms can support XMPP too, and the core support must be implemented by a real (not fake) senior developer. So we better support a core XMPP server when we are not that busy.

1139