Dnia 2013-06-28, piÄ… o godzinie 15:01 +0500, Haider Ali pisze: > is there anyway that i can expose/ use redis database with jabbered2. > can i write my own storage component for jabered2 which can support > redis database
There is no such module that I know of. You will need to implement one. It's not that hard. Look at the implementation of existing ones, ie. https://github.com/jabberd2/jabberd2/blob/master/storage/storage_fs.c scrolling bottom-up. Basically you need to fill provided st_driver_t with pointers to functions realizing its features. -- Tomasz Sterna :(){ :|:&};: Instant Messaging Consultant Open Source Developer http://abadcafe.pl/ http://www.xiaoka.com/portfolio
