Skip to content

Commit

Permalink
Formatting (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 30, 2019
1 parent 51a23a7 commit d7348e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Emulsion/Xmpp/AsyncXmppClient.fs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type MessageInfo = {
RecipientJid: string
Text: string
}

type MessageDeliveryInfo = Async<unit> // Resolves after the message is guaranteed to be delivered to the recipient.

type Lifetime = CancellationToken // TODO[F]: Determine a proper lifetime?
Expand Down

0 comments on commit d7348e0

Please sign in to comment.