xhash and it's key

2014-08-28 Thread Shawn Debnath
Hey there, Turns out that when inserting items in xhash, the code stores a pointer to the key passed in by the user in the xhash node and uses that later to compare in _get. The problem is that it breaks scenarios where the user may use a temp buffer to build the key, then insert or put it in the

jabberd2 web presence

2014-08-28 Thread Marek Červenka
hello, can you recommend plugin for web presence for jabberd2? something like http://www.jabbim.com/services-status-icon.html thank you -- --- Marek Cervenka ===

Re: xhash and it's key

2014-08-28 Thread Shawn Debnath
Pull request #79 submitted. https://github.com/jabberd2/jabberd2/pull/79 On 8/28/14, 10:51, Shawn Debnath sh...@debnath.net wrote: Hey there, Turns out that when inserting items in xhash, the code stores a pointer to the key passed in by the user in the xhash node and uses that later to