Yaaf.Xmpp.Runtime


IStanzaDelivery

Defined in Yaaf.Xmpp.Runtime.dll.

Instance members

Instance memberDescription
TryDeliver(arg1 arg2)
Signature: JabberId -> Stanza -> Async<bool>
Modifiers: abstract
Tries to deliver the given stanza to its destination If the destination is another domain it will be routed to this domain. Returns true, if this process was successfull and false if it was not. If the destination is our domain - BareJid -> Send to the given Bare JabberId (ie to all open connections) - FullJid -> Send to the given single connection Returns true when anything was sent.
Fork me on GitHub