contact status change (General questions)
hi.
is there anyway to differentiate between a contact who is already online and a contact who has just come online in the contact status change function called xmpp_contactstatuschange?
thanks
sapna
Re: contact status change
Sapna,
There is no difference. Both contacts will have Online status text.
So when some contact comes online StatusText Property will be changed from Offline to Online status text.
Drazen
Re: contact status change
hi.
also is there any way of storing my status so that on my next login i can directly put that up instead of putting my status as online by default?
Re: contact status change
Sapna,
Yes, you can use SetStatus Method to change your status to some already predefined status or custom message.
More help for SetStatus Method you can find here:
http://www.weonlydo.com/XMPP/Help/WODXMPPLib~wodXMPP~SetStatus.html
Drazen