I have configured XMPP server (Ejabberg 2.1.3).

Logged in as an annonymous (SASL Anonymous) user, subscribing to a JID
[email protected].
Able to successfully subscribe using a logged  in Authenticated USER(
[email protected]), but not as an anonymous user ?
Do not see subscription permission on my GTalk client while logged in as
anonymous user. Any clue or reference to solve this problem ?


*Authenticated User: (Success scenario)*

<presence to='[email protected]'
          type='subscribe'
          xmlns='jabber:client'/>
<iq xmlns='jabber:client'
    to='[email protected]/33009892591275601312388051'
    from='[email protected]'
    id='push2687730880'
    type='set'>
<query xmlns='jabber:iq:roster'>
<item ask='subscribe'
      jid='[email protected]'
      subscription='none'/>
</query>
</iq>
<iq xmlns='jabber:client'
    to='[email protected]/33009892591275601312388051'
    from='[email protected]'
    id='push709222916'
    type='set'>
<query xmlns='jabber:iq:roster'>
<item jid='[email protected]'
      subscription='to'/>
</query>
</iq>

*Anonymous User (Failure Scenario):*

<presence to='[email protected]'
          type='subscribe'
          xmlns='jabber:client'/>
<iq xmlns='jabber:client'
    to='[email protected]/40694871761275601026907299'
    from='[email protected]'
    id='push3531619474'
    type='set'>
<query xmlns='jabber:iq:roster'>
<item ask='subscribe'
      jid='[email protected]'
      subscription='none'/>
</query>
</iq>


Kumar    _/|\_
www.saisk.com
[email protected]
"making a profound difference with knowledge and creativity..."
_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: [email protected]
_______________________________________________

Reply via email to