roster

Server defined "roster:delimiter"

Submitted by Anonymous on Wed, 2010-07-07 04:19

Hello,

the application I'm working on will use dynamic rosters, and most of the groups & nested groups will be server defined.

Reading thoroughly xep-0083, it seems that the "roster:delimiter" should be user defined using "jabber:iq:private" storage. Is there any way to control the value returned by the server, using a "default" storage value, or forced storage value.

I'm developping a custom client, so, handling the delimiter on the client-side would be easy, though I'd like people to be able to connect using any client they like.

Get Roster from external system

Submitted by Anonymous on Thu, 2010-07-01 06:31

I want to get roster from external system instead of build in roster. How to do?

Dynamic roster of all users

Submitted by Anonymous on Sun, 2010-06-27 20:22

Hi, I'm trying to use Tigase for messaging within my relatively small company. We want all users (~50) to automatically appear on everyone else's roster.

Can someone please confirm that this feature is not built-in to Tigase? I'm looking at accomplishing this task with dynamic rosters right now, but this actually seems like a fairly common request so I wanted to make sure I'm not reinventing the wheel.

Thanks!

Performance Roster

Submitted by Anonymous on Thu, 2010-06-17 16:52

Hi,

we've implemented the DynamicRosterIfc to deliver the friends list. Data for the roster is getting read out of our specific users' db.

The roster is not getting stored into tig_pairs.

So my question is if I'm missing the step which stores the roster into tig_pairs. This way I would aspect that roster requests become quicker since the roster structure doesnt have to be recalculated on every request.