Yaaf.Xmpp.Runtime


ILocalDelivery

Defined in Yaaf.Xmpp.Runtime.dll.
Some Plugins will require a ILocalDelivery to send raw messages back to the other end. The server/client code will also use this API to send messages over the wire.

Instance members

Instance memberDescription
QueueMessages(arg1)
Signature: (StreamElement list) -> unit
Modifiers: abstract
Delivers the given items, ensures that they are sent in the given order (head first) and no other messages between them. NOTE that you don't have this guarantee between two calls (for example with multiple threads involved)!
Fork me on GitHub