I've ported my local copy of Typo over to the XMPP4R library so that Jabber 
notifications can work.  The JabberNotify class now works in its own right, 
but I'm not getting any actual notifications even though my configuration 
seems to be right.

I'm seeing this query fly past the log window:

  SELECT * FROM users
    LEFT JOIN notifications ON users.id = notifications.notify_user_id
        WHERE (notifications.notify_content_id = 1 )

Entering that query, I get zero rows.  Removing the WHERE clause, I get my 
row, and I can see that notify_content_id = NULL.  Is this column supposed to 
have a value in it, and who sets it?

TX

-- 
             Email: [EMAIL PROTECTED]
         Jabber ID: [EMAIL PROTECTED]
          Web site: http://trypticon.org/
   GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F  A62C B8C7 BC8B 037E EA73

Attachment: pgpTMtZT6xVan.pgp
Description: PGP signature

_______________________________________________
Typo-list mailing list
Typo-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to