Steve Miller
Steve Miller
I found in testing that the whole InviteDeclined class was not forming the response message correctly. The old code: ``` public InviteDeclined(Invite invite, string reason) : base(invite.From, invite.To, Xml.Element(xTag, MucNs.NsUser))...
In testing vCard avatar updates, a bug was detected in the request response parsing. The old code: `if (request.To.Domain == Jid.Domain && (request.To.Node == null || request.To.Node == "") &&...
The SetPrivilege methods never called set, hence never set any affiliation or role values. Instead, these overridden methods called a superfluous method PostSetPrivilege which did a get, but the purpose...
The properties ChatRoom and From returned incorrect values. The rewritten class should look as follows: ``` /// /// Represents a group invite event in a group chat. Ref XEP-0045 ///...
I'm not sure of how to submit a bug fix, but I have pulled out almost all of my hair trying to figure this one out! I am running ejabberd...