Exemplo n.º 1
0
 protected void EnqueueSubscription(Action <InfoQueryResponse, CancellationToken> callback, IEnumerable <XElement> content)
 {
     QueuedSubscriptions.Enqueue(() => new InfoQuery {
         Type = "set", From = null, To = BareJID, Content = content, Callback = callback
     });
     SubscriptionsQueued.Set();
 }