download broadcast.jar, intall successed.
if serviceName: broadcast , serverName: haopu
then send message to a group of girl. I use smack api :
connection.createGroupChat(“girl@broadcast.haopu”)…sendMessage(“组೔ 2;天开始了,,,,”);
falure, why ,
download broadcast.jar, intall successed.
if serviceName: broadcast , serverName: haopu
then send message to a group of girl. I use smack api :
connection.createGroupChat(“girl@broadcast.haopu”)…sendMessage(“组೔ 2;天开始了,,,,”);
falure, why ,
Try:
Chat myChat = connection.createChat(“girl@broadcast.haopu”);
myChat.sendMessage("…");
I just did this the other day and if I remember correctly it shouldn’'t be a group chat, just a regular chat with the service and the service handles the “group” part of it.
use Exodus , select “start chat”, input “girl@broadcast.haopu”,
send message, this is send message to a group of user.
why not support smcak api 1.5 ?