Subject: How to enter in groupchat
hello alex sir,
i need lil bit help from you.
im developing an app of nimbuzz.
nimbuzz have diffrnt conf. servers.
for rooms: conference.nimbuzz.com
for groupchat through desktop/Java/Symbian client = conference.nimbuzz.com
for groupchat though android: groupchat.nimbuzz.com
i can enter in that groupchat who created through desktop/java/symbian but i cant enter who created through android. I tried same method by changing conf server but no respnse.
when someone invite me in android groupchat then i recv. the xml
MyID@nimbuzz.com is my id.
cavister@nimbuzz.com is my friend's id who invite me in groupchat
killer is a topic(name) of groupchat.
can you please tell me how to enter in that groupchat using jabber client or API.
thank you so much.
some info about groupchat server
i need lil bit help from you.
im developing an app of nimbuzz.
nimbuzz have diffrnt conf. servers.
for rooms: conference.nimbuzz.com
for groupchat through desktop/Java/Symbian client = conference.nimbuzz.com
for groupchat though android: groupchat.nimbuzz.com
i can enter in that groupchat who created through desktop/java/symbian but i cant enter who created through android. I tried same method by changing conf server but no respnse.
when someone invite me in android groupchat then i recv. the xml
- <message from="groupchat.nimbuzz.com" to="MyID@nimbuzz.com" id="pgc-n-27482563">
- <x xmlns="nimbuzz:x:groupchat-v2" inviter="cavister@nimbuzz.com" node="7e2e59f6e62f4e6da86ff519f196de0f01101614" topic="killer" />
- <body>You have been invited to a group chat</body>
- </message>
MyID@nimbuzz.com is my id.
cavister@nimbuzz.com is my friend's id who invite me in groupchat
killer is a topic(name) of groupchat.
can you please tell me how to enter in that groupchat using jabber client or API.
thank you so much.
some info about groupchat server
- <iq from="groupchat.nimbuzz.com" to="MyID@nimbuzz.com/Android419377" type="result" id="mir_116">
- <query xmlns="http://jabber.org/protocol/disco#info">
- <identity category="pubsub" type="service" name="groupchat" />
- <feature var="urn:xmpp:ping" />
- <feature var="http://jabber.org/protocol/pubsub#access-whitelist" />
- <feature var="http://jabber.org/protocol/pubsub#config-node" />
- <feature var="http://jabber.org/protocol/pubsub#create-and-configure " />
- <feature var="http://jabber.org/protocol/pubsub#instant-nodes" />
- <feature var="http://jabber.org/protocol/pubsub#last-published" />
- <feature var="http://jabber.org/protocol/pubsub#persistent-items" />
- <feature var="http://jabber.org/protocol/pubsub#publish" />
- <feature var="http://jabber.org/protocol/pubsub#retrieve-items" />
- <feature var="http://jabber.org/protocol/pubsub#retrieve-subscriptions " />
- <feature var="http://jabber.org/protocol/pubsub#subscribe" />
- <feature var="http://jabber.org/protocol/pubsub#subscription-notifications " />
- </query>
- </iq>