mftaha / jabber-net

Automatically exported from code.google.com/p/jabber-net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Must provide null initial value for required parameters : Main.cs

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. I want to register a user from from jabber-net library?
2. On running ConsoleClient and initializing jid to some 
value(vaibhav@vaibhav_pc)
3. It is giving me error Must provide null initial value for required parameters

What is the expected output? What do you see instead?
The JabberID which is being set should be registred on my server.

What version of the product are you using? On what operating system?
JabberNet-2.1.0.710

Please provide any additional information below.
Even if I left jid to null then it is giving me thread abort exception

Original issue reported on code.google.com by vaibhav....@infobeans.com on 11 Sep 2014 at 9:33