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