When changing the jabber ID in your user profile, the module throws an error. It does, however, save the information as expected.

query: INSERT INTO jabber (uid, jid, status) VALUES (1, 'my@jabberid.com', 'unsubscribed') 
error:

Comments

walkah’s picture

Status: Active » Fixed

There were stray db_queryd() calls from debugging... removed. Thanks, Dan!

Anonymous’s picture

Status: Fixed » Closed (fixed)