MUC+
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT COUNT(*) FROM comments WHERE nid = 78 AND status = 0 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 78 AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.thread DESC LIMIT 0, 50 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
Submitted by sneakin on Sun, 2004/12/26 - 11:52.
Jabber
I just sent my modifications to JEP-0045 to the JSF's editor (PSA). It's a pretty hefty edit, but should be more powerful. I have it up at http://www.semanticgap.com/jeps/muc+.html. This is what I'm going to implement as Psi's MUC support. For the user interface I was wanting to do JEP-0045 was just to limited. It also incorporates some ideas that were on the standards-jig list recently and eliminates some inconsistencies that got introduced into 0045 as it aged.
(Yeah, this is just a copy of the two emails I sent to the ejabberd and mu-conference mailing lists.)
|