Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

SMACK - subscription depth

$
0
0

I try to find the way to insert the subscriptionDepth in the database.

 

I 've got a SubscribeForm with some value :

 

SubscribeForm subForm = new SubscribeForm(FormType.submit);

                                        subForm.setDeliverOn(true);

                                        subForm.setDigestFrequency(5000);

                                        subForm.setDigestOn(true);

                                        subForm.setIncludeBody(true);

 

 

but I can find something like setSubscriptionDepth..

 

 

Someone can help me??


Viewing all articles
Browse latest Browse all 10742

Trending Articles