0
A
回答
0
嘗試爲每個組創建持久的多用戶聊天室(MUC:http://xmpp.org/extensions/xep-0045.html)。您將能夠向該組中的每個人發送消息,這非常有用。
0
嘗試QuickBlox.com他們有太多的樣本程序..
4
喜歡這種方式,您可以在XMPP服務器創建組
SmackAndroid.init(SelectMembers.this);
MultiUserChat muc = new MultiUserChat(xconnection, GroupName
+ "@conference.fonechat.in");
muc.create(my_number);
setConfig(muc);
muc = new MultiUserChat(xconnection, GroupName + "@conference.serverid");
muc.join(my_number);
for (int i = 0; i < name.size(); i++) {
muc.invite(phone.get(i).toString() + "@fonechat.in",
"Meet me in this excellent room");
//調用setConfig功能
private void setConfig(MultiUserChat multiUserChat) {
try {
Form form = multiUserChat.getConfigurationForm();
Form submitForm = form.createAnswerForm();
for (Iterator<FormField> fields = submitForm.getFields(); fields
.hasNext();) {
FormField field = (FormField) fields.next();
if (!FormField.TYPE_HIDDEN.equals(field.getType())
&& field.getVariable() != null) {
submitForm.setDefaultAnswer(field.getVariable());
}
}
submitForm.setAnswer("muc#roomconfig_publicroom", true);
submitForm.setAnswer("muc#roomconfig_persistentroom", true);
multiUserChat.sendConfigurationForm(submitForm);
} catch (Exception e) {
e.printStackTrace();
}
}
相關問題
- 1. 創建自定義的XMPP服務器
- 2. 如何在xmpp服務器中創建新組
- 3. 如何在Android中創建服務與XMPP服務器保持Xmpp連接?
- 4. 在xmpp服務器上創建一個新用戶
- 5. Java XMPP服務器
- 6. xmpp服務器組件錯誤
- 7. 嘲笑XMPP服務器的建議
- 8. 要試驗哪個XMPP服務器開發服務器組件
- 9. Django上的XMPP/Jabber(聊天服務器)
- 10. 爲XMPP構建服務 - ANDROID
- 11. 在IIS 5.1上創建NuGet服務器
- 12. 在子域上創建MySQL服務器
- 13. 在鏈接服務器上創建表?
- 14. 在TFTP服務器上創建文件
- 15. XMPP服務器:帳戶已創建但屬性未保存
- 16. 當在rails 3.2應用程序中創建用戶時,在xmpp服務器上創建相同的用戶
- 17. 上傳服務器創建的映像到FTP服務器上
- 18. 服務器功能 - XMPP
- 19. Android XMPP - 服務器端
- 20. GCM XMPP服務器認證
- 21. Tigase XMPP服務器BOSH URL
- 22. XMPP服務器替代品
- 23. 遠程服務器XMPP
- 24. 的NodeJS XMPP服務器
- 25. 配置XMPP服務器
- 26. Python XMPP服務器庫
- 27. 爲上游谷歌構建一個xmpp服務器gcm
- 28. 在服務器上創建反應應用渲染組件
- 29. 用php在服務器上創建一個javascript數組
- 30. 在線創建服務器