BuddyStatus

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search

Used to set buddy status in protocols plugins.

typedef struct BuddyStatus{
	int		cbSize;
	LPCTSTR		name;
	LPCTSTR		uin;
	int		status;
   	MetaStatus  	meta_status;
	int		icon_index;
	LPCTSTR		description;
	LPCTSTR		host;
} BuddyStatus;
Members
cbSize
size of the BuddyStatus structure
name
buddy's name
uin
user indentify number
status
buddy’s current status
meta_status
buddy's current MetaStatus
icon_index
index of icon associated with current status
description
string at the right side of the protocol icon
host
IP address
Personal tools