zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

Fully functional multi-user chat support #367

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

http://xmpp.org/extensions/xep-0045.html (MUC)
http://xmpp.org/extensions/xep-0048.html (Bookmarks)

Bookmarks are currently handled using server's private XML storage
(XEP-0049). It's not as good as PEP storage (no auto-updating), but it'll
provide sufficient function until PEP is implemented.

MUC support overall is a work in progress. The basic stuff is there and
works good. I still need to provide some sane interface (after the example
of IRC chats) and administrative features.

Original issue reported on code.google.com by Zarevucky.Jiri on 14 May 2009 at 4:41

GoogleCodeExporter commented 9 years ago

Original comment by Zarevucky.Jiri on 14 May 2009 at 4:42