Hi,If I am correct, as far as the messaging is concerned it isjust a
text which you are passing. If you want the text (Anchor inyour case) to
be work as an anchor, then I think you need to handlethat when you are
displaying the text.Hope this helps.
Hi,You can try setting the headers of the message. You can set aheader
like "userrequest" and check for this header when themessage is received
on the client side and do the necessary stufflike showing the pop up
asking for the user to accept or not. Ifthe user accepts you can may be
then manage the list of buddies onthe client/server based on your
requirement.The catch is to use the headers to differentiate
messagetypes.Hope this helps.