Subject: Bug:MucManager.Invite throws object reference not set when thread and/or Reason set to null
Following code errors out when I try to send invitation to jabber. I'm using Matrix 1.1.0. It looks like when Rason and/or thread is set to null it throws this exception.
at Matrix.Xmpp.Client.MucManager.Invite(Jid[] jids, Jid room, String reason, String thread)
at Matrix.Xmpp.Client.MucManager.Invite(Jid[] jids, Jid room, String reason)
mgr.Invite(new Matrix.Jid[] { new Matrix.Jid("1051ch@server") },new Matrix.JiD("room@conf.server"), "Test");
StackTrace:at Matrix.Xmpp.Client.MucManager.Invite(Jid[] jids, Jid room, String reason, String thread)
at Matrix.Xmpp.Client.MucManager.Invite(Jid[] jids, Jid room, String reason)