Subject: How do I register a new account programmatically?
I'd like to have my application self-register.
Here's what I'm attempting to do: I have a user ID that may or may not exist on the Jabber server already.
The Jabber server that I am connecting to is setup to allow for auto-registry.
I'd like to check if the account exists and if not, auto-register the account.
I'm assuming that I'd use something like xmppClient.RegisterNewAccount.
Are there parameters that need to be passed in?
Could you provide me with a quick code snippet on how to do something like this?
Thanks in advance.
Here's what I'm attempting to do: I have a user ID that may or may not exist on the Jabber server already.
The Jabber server that I am connecting to is setup to allow for auto-registry.
I'd like to check if the account exists and if not, auto-register the account.
I'm assuming that I'd use something like xmppClient.RegisterNewAccount.
Are there parameters that need to be passed in?
Could you provide me with a quick code snippet on how to do something like this?
Thanks in advance.