Friedrich von Never
Friedrich von Never
Could you try the options mentioned in [the documentation](https://github.com/ForNeVeR/Jabber-Net/blob/9e8c3caac8486ee7103debf1cf896f217efc9a09/docs/content/FAQ_UntrustedRootOK.md)? I.e. `UntrustedRootOK` and `OnIvalidCertificate`?
I think all the features supported by Jabber-Net from the `stream` namespace are listed in the [stream.Factory](https://github.com/ForNeVeR/Jabber-Net/blob/474ad5cf66e0effeee7343b21c331f968d1f93f7/src/JabberNet/jabber/protocol/stream/Factory.cs) class. Unfortunately I don't think that it supports XEP-0198 (i.e. I can't see...
See also: http://stackoverflow.com/questions/23863703/how-to-send-ping-packets-using-jabber-net-library — Joe himself have answered a similar question.
Sorry, it's been long since I last used IQ sending, but I'll try to help. Look: `JabberClient` is derived from `XmppStream` that has [a `Tracker` property](https://github.com/ForNeVeR/Jabber-Net/blob/474ad5cf66e0effeee7343b21c331f968d1f93f7/src/JabberNet/jabber/connection/XmppStream.cs#L438-L441). I believe that the...
Or probably that's just the question of adding the reference to `System.Xml` component of .NET Core.
Currently I think that it's better to publish a separate NuGet package for the Muzzle library.
Needs further investigation. [According to their issue tracker](https://github.com/moq/moq4/issues/168), there're still no .NET Core support. Although, [the corresponding pull request](https://github.com/moq/moq4/pull/267) was merged some time ago. See also: [Moq on .NET Core](http://dotnetliberty.com/index.php/2016/02/22/moq-on-net-core/)....
Okay, it seems that they have .NETStandard 1.3 support starting from [4.6.25-alpha](https://www.nuget.org/packages/Moq/4.6.25-alpha). Depending on the alpha builds is not the best course of action IMO, but that's the only option...
Thanks for the suggestion. I still haven't considered anything, but I'll take a look at this library.
Okay, here's what I would propose. 1. Yes, implement our small pastebin-like service. It should be able to store a big text in its database, and respond with it in...