i have created xmpp chat application android , iphone. while testing app in jwchat.org, users created iphone devices shown 'stalker', , android usernames shown online / offline. 'stalker' mean? because of this, messages sent , received android iphone, iphone devices' messages not recieved android devices. can please me?
"stalker" unfortunate term embedded in user interface of client, not standard part of protocol. refers people in roster type="from"
, indicates subscribed presence not subscribed presence. if want change state, send them:
<presence type='subscribe' to='stalker@example.com'/>
once accept with:
<presence type='subscribed' to='you@example.com'/>
you should have each other in type="both"
state on 1 anothers' rosters.
Comments
Post a Comment