Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
Huntsman #1
Member since Apr 2016 · 42 posts
Group memberships: Members
Show profile · Link to this post
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

  1. <message from="groupchat.nimbuzz.com" to="MyID@nimbuzz.com" id="pgc-n-27482563">
  2. <x xmlns="nimbuzz:x:groupchat-v2" inviter="cavister@nimbuzz.com" node="7e2e59f6e62f4e6da86ff519f196de0f01101614" topic="killer" />
  3. <body>You have been invited to a group chat</body>
  4. </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

  1. <iq from="groupchat.nimbuzz.com" to="MyID@nimbuzz.com/Android419377" type="result" id="mir_116">
  2. <query xmlns="http://jabber.org/protocol/disco#info">
  3. <identity category="pubsub" type="service" name="groupchat" />
  4. <feature var="urn:xmpp:ping" />
  5. <feature var="http://jabber.org/protocol/pubsub#access-whitelist" />
  6. <feature var="http://jabber.org/protocol/pubsub#config-node" />
  7. <feature var="http://jabber.org/protocol/pubsub#create-and-configure     " />
  8. <feature var="http://jabber.org/protocol/pubsub#instant-nodes" />
  9. <feature var="http://jabber.org/protocol/pubsub#last-published" />
  10. <feature var="http://jabber.org/protocol/pubsub#persistent-items" />
  11. <feature var="http://jabber.org/protocol/pubsub#publish" />
  12. <feature var="http://jabber.org/protocol/pubsub#retrieve-items" />
  13. <feature var="http://jabber.org/protocol/pubsub#retrieve-subscriptions     " />
  14. <feature var="http://jabber.org/protocol/pubsub#subscribe" />
  15. <feature var="http://jabber.org/protocol/pubsub#subscription-notifications     " />
  16. </query>
  17. </iq>
This post was edited 2 times, last on 2016-10-02, 00:06 by Alex.
Avatar
Alex #2
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
You have to consult the Nimbuzz documentation or developers.
The invite does not follow a standard XMPP extension. They use their own custom extensions which you can see when you look at the nanespace which is nimbuzz:x:groupchat-v2
Avatar
Huntsman #3
Member since Apr 2016 · 42 posts
Group memberships: Members
Show profile · Link to this post
no sir, they ll not agree to share the method to enter in groupchat.

can you find any way to enter, sir?
Avatar
Alex #4
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
Then you have too reverse engineer.

Alex
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS