//--------------------------------------------------------Constructor:----------------------------------------------------------------\\ #region --Constructors-- /// <summary> /// Basic Constructor /// </summary> /// <history> /// 16/06/2018 Created [Fabian Sauter] /// </history> public PubSubCommandHelper(XMPPClient client) { this.CLIENT = client; }
//--------------------------------------------------------Constructor:----------------------------------------------------------------\\ #region --Constructors-- /// <summary> /// Basic Constructor /// </summary> /// <history> /// 08/03/2018 Created [Fabian Sauter] /// </history> public MUCCommandHelper(XMPPClient client) { this.CLIENT = client; }
//--------------------------------------------------------Constructor:----------------------------------------------------------------\\ #region --Constructors-- /// <summary> /// Basic Constructor /// </summary> /// <history> /// 17/03/2018 Created [Fabian Sauter] /// </history> public OmemoCommandHelper(XMPPClient client) { this.CLIENT = client; }