This Question is Not Answered

1 "correct" answer available (10 pts) 1 "helpful" answer available (5 pts)
2 Replies Last post: Jul 6, 2008 10:13 PM by Javanesevn  
Javanesevn Bronze 6 posts since
Mar 26, 2008
Currently Being Moderated

Jul 4, 2008 1:07 AM

What is different shared-group and group invited via authorization?

 

Dear all,

 

 

 

 

Could you tell me  about diference between shared-group and group invited via authorization?

 

 

When I approved an invitation from my friend  his JID will be added into Roster table. With shared-group and contacts  are saved into Group, GroupProp and GroupUser table.Does  two groups have the same method to display group contact list in client side?

 

 

In my case, I would like define a fixed nested group and contact belong that group? How can I implement this feature?

 

 

Thank you all your recommendation.

 

 

 

 

Best,

 

 

 

 

Gaston Dombiak Jiver 3,771 posts since
Sep 26, 2001
Currently Being Moderated
Jul 5, 2008 3:00 AM in response to: Javanesevn
Re: What is different shared-group and group invited via authorization?

Hey Javanesevn,

 

Shared groups are groups that are specified and controlled by the server. Using the plugin that automatically accept requests to add a user to a roster is still an operation that comes from the client. In other words, shared groups is controlled by the server while standard XMPP groups are controlled by clients (with some optional help from the server like when using the authorization plugin).

 

XEP-0083: Nested Roster Groups is an extension to the XMPP roster that is achieved by using some special character in the name of the roster. This could be used both with shared and standard groups.

 

Regards,

 

  -- Gato

More Like This

  • Retrieving data ...