Yaaf.Xmpp.Runtime


IXmlStanzaService

Defined in Yaaf.Xmpp.Runtime.dll.

Instance members

Instance memberDescription
add_UnhandledStanzaException(arg1)
Signature: Handler<ReceivedStanzaException> -> unit
Modifiers: abstract
Triggered when we receive an unhandled error stanza
GenerateNextId()
Signature: unit -> string
Modifiers: abstract
QueueStanza(arg1 arg2)
Signature: ((Async<Stanza> -> Async<unit>) option) -> Stanza -> unit
Modifiers: abstract
Service to queue a stanza, we use the optional func argument to OPT IN to return values (listen for stanzas with the same id)
remove_UnhandledStanzaException(arg1)
Signature: Handler<ReceivedStanzaException> -> unit
Modifiers: abstract
Triggered when we receive an unhandled error stanza
UnhandledStanzaException
Signature: IEvent<ReceivedStanzaException>
Modifiers: abstract
Triggered when we receive an unhandled error stanza
Fork me on GitHub