Subject: Saving Name of user in OFUSER table with matrix library
Does matrix provide somthing to save name of User in OFUSER table during the account creation or we should use webservice for it ..
although em saving it in VCard table but i also want to show in OFUSER table also.
SetLicense();
xmppClient.Username = username;
xmppClient.SetXmppDomain(Domain);
xmppClient.Password = password;
xmppClient.RegisterNewAccount = true;
xmppClient.Open();
xmppClient.StartTls = false;
although em saving it in VCard table but i also want to show in OFUSER table also.
SetLicense();
xmppClient.Username = username;
xmppClient.SetXmppDomain(Domain);
xmppClient.Password = password;
xmppClient.RegisterNewAccount = true;
xmppClient.Open();
xmppClient.StartTls = false;