Hi,<br><br>I created new users and able to login. But when i check the roster, i get the same old data as i sent you previously. The roaster table does not get updated with the latest users. <br><br>From config file:<br>The plugin for users 
<br>&nbsp; &lt;Plugin DJabberd::Authen::HTDigest&gt;<br>&nbsp;&nbsp;&nbsp; Realm djabberd<br>&nbsp;&nbsp;&nbsp; HtDigest /usr/local/chat/djabberd/djabberd.users<br>&nbsp; &lt;/Plugin&gt;<br><br>The plugin for SQLite:<br>&nbsp; &lt;Plugin DJabberd::RosterStorage::SQLite&gt;
<br>&nbsp;&nbsp; Database /usr/local/chat/djabberd/DJabberd/roster.sqlite<br>&nbsp; &lt;/Plugin&gt;<br><br>I am creating the users as<br>htdigest -c djabberd.users djabberd user1<br>htdigest -c djabberd.users djabberd user2<br><br>Am i missing something?
<br><br>Regards,<br>-Rajesh<br><br><div class="gmail_quote">On Dec 11, 2007 1:08 AM, Edward Rudd &lt;<a href="mailto:erudd@netfor.com">erudd@netfor.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Rajesh Dharmalingam wrote:<br>[snip]<br><div class="Ih2E3d">&gt; &nbsp; &nbsp; That means the subscriptiong didn&#39;t work right. &nbsp;Can you provide a dump<br>&gt; &nbsp; &nbsp; of your roster database?<br>&gt; &nbsp; &nbsp; &nbsp;sqlite3 roster.sqlite .dump
<br>&gt;<br>&gt; This is the output:<br>&gt;<br>&gt; BEGIN TRANSACTION;<br></div>[snip]<br><div class="Ih2E3d">&gt; CREATE TABLE roster (<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;userid &nbsp; &nbsp; &nbsp; &nbsp;INTEGER REFERENCES jidmap<br>
&gt; NOT NULL,<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;contactid &nbsp; &nbsp; INTEGER REFERENCES jidmap<br>&gt; NOT NULL,<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;VARCHAR(255),<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;subscription &nbsp;INTEGER NOT NULL
<br>&gt; REFERENCES substates DEFAULT 0,<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PRIMARY KEY (userid, contactid)<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;);<br></div>Looks like no subscription information every got save. &nbsp;Odd.. the roster
<br>table should be filled with entries like (1,2, &#39;My User&#39;,3) and (2,1,<br>&#39;My Other User&#39;,3)<br><br>Try specifying a *groupname* and alias when subscribing to users and see<br>how this DB changes.<br></blockquote>
</div><br><br clear="all"><br>-- <br>Regards,<br>-Rajesh<br><br>&quot;Stick to our roots and not to forget where we come from&quot;