Contact id not identified
Brought to you by:
bg-monster
Do you use 'UIN' as the name of contact ID always? Unique id for my plugin is called as 'ID' and message export doesn't work with my proto plugin.
I have the following code there (probably, something wrong here?):
PFLAG_UNIQUEIDTEXT:
Result := integer(Translate('ID')); // returns a static buffer of text describing the unique field by which this protocol identifies users
PFLAG_UNIQUEIDSETTING:
Result := integer(PChar('ID')); // returns the DB setting name that has the ID which makes this user unique on that system