Skip to content

Commit

Permalink
#88: remove irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Oct 31, 2020
1 parent d94cdee commit 202ef63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Emulsion/Xmpp/XmppClient.fs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ open SharpXMPP.XMPP.Client.Elements
open Emulsion
open Emulsion.Xmpp

/// Note: all the subscription methods should be free-threaded, and should expect the lifetime to be terminated in a
/// free-threaded way (i.e. lifetime termination may come from any thread in the system).
type IXmppClient =
abstract member Connect: unit -> Async<unit>
abstract member JoinMultiUserChat: roomJid: JID -> nickname: string -> password: string option -> unit
Expand Down

0 comments on commit 202ef63

Please sign in to comment.