从服务器获取所有 Quickblox 组列表

问题描述:

我在 android 中使用 quickblox api 2.5.1 进行聊天,我想获取 quickblox 服务器中可用的所有 quickblox 组列表.
目前我正在获取由我创建或我是该组成员的组列表.

I am using quickblox api 2.5.1 in android for chat, I want to get all the quickblox groups list which is available in quickblox server.
Currently i am getting the list of groups which is created by me or which i am the member of that group.

由于权限模型,不可能在您的应用程序中获得所有群聊.

It's not possible to get ALL group chats in your application because of permissions model.

每个用户都可以请求他在居住者列表中的聊天列表.

Each user can request a list of chats he is in occupants list.

还有公共群聊类型 - 您应用中的每个用户都可以使用这些聊天.

There is also public group chats type - these chats are available for every user in your app.

如何创建 Android 公共群聊 http://quickblox.com/developers/Android_XMPP_Chat_Sample#Create_a_Public_group

How to create Android Public Group Chat http://quickblox.com/developers/Android_XMPP_Chat_Sample#Create_a_Public_group_chat_dialog