Hi,
I am working on a social network that should allow members to chat with visitors on the site. The concept is simple.
- Users who have registered signup get their own account with rosters
- When a visitor comes to the home page of the social network, he can see some of the online members of the community
- Now he should be able to initiate a chat with them, by clicking on their name.
I have already got members to chat with their roster mates. My question is, how can I get an anonymous user to chat with a member and exchange presence info with him?
I have successfully managed to create anonymous accounts, members accounts and even send messages from an anonymous user to other members. But I cant get presence information from anonymous-user to member or vice versa?
BTW, the chat is JS based.