Rajesh Dharmalingam wrote: [snip] > That means the subscriptiong didn't work right. Can you provide a dump > of your roster database? > sqlite3 roster.sqlite .dump > > This is the output: > > BEGIN TRANSACTION; [snip] > CREATE TABLE roster ( > userid INTEGER REFERENCES jidmap > NOT NULL, > contactid INTEGER REFERENCES jidmap > NOT NULL, > name VARCHAR(255), > subscription INTEGER NOT NULL > REFERENCES substates DEFAULT 0, > PRIMARY KEY (userid, contactid) > ); Looks like no subscription information every got save. Odd.. the roster table should be filled with entries like (1,2, 'My User',3) and (2,1, 'My Other User',3)
Try specifying a *groupname* and alias when subscribing to users and see how this DB changes.
begin:vcard fn:Edward Rudd n:Rudd;Edward org:Netfor, Inc.;Development adr;dom:;;11810 Technology Lane;Fishers;IN;46038 email;internet:[EMAIL PROTECTED] title:Lead Programmer tel;work:317-813-4500 x 231 x-mozilla-html:FALSE url:http://www.netfor.com/ version:2.1 end:vcard
