ksiazkowicz / lightbulb

Open-source XMPP client for Symbian, written using QML and QtQuick libraries.
GNU General Public License v3.0
22 stars 5 forks source link

Support Multi User Chat (XEP-0045) #60

Open ksiazkowicz opened 10 years ago

ksiazkowicz commented 10 years ago

Lightbulb should support Multi User Chat on XMPP (nothing related to Facebook, guys, of course).

XMPP enables people to create and join chat rooms and participate in group chats in similar manner to IRC. QXmpp already supports this XEP, so the only thing that's needed is attaching a QXmppExtension to the client and handling MUC messages, sending MUC messages etc.