File: README.sql

package info (click to toggle)
jabber-muc 0.8-9.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 788 kB
  • sloc: ansic: 9,171; perl: 261; sh: 115; makefile: 65; xml: 60; sql: 21
file content (7 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
Mu-conference can now write real time data in a MySQL database. This can be used to integrate mu-conference in a web page. For example it's easy to display the list of rooms in a webpage. Mu-conference still need a spool directory, the data stored in the database are just a copy of the current state of the rooms.

To create the database tables you can use the file mu-conference.sql.

This feature is disabled by default, to enable it, comment the second and fourth lines in src/Makefile, and uncomment the third and the fifth

Currently this only works with MySQL.