Yaaf.Xmpp.IM


ResourceSendingStrategy

Defined in Yaaf.Xmpp.IM.dll.
A resource sending strategie for messages

Union Cases

Union CaseDescription
AllToNonNegativeResources
Signature:
Send ALL messages to all non negative resources (even when addressed to another resource). NOTE: This configuration is not XMPP.IM compliant
AllToTopNonNegativeResource
Signature:
Send ALL messages only to the nonnegative resource with the highest priority (even when addressed to another resource). NOTE: This configuration is not XMPP.IM compliant
NonNegativeResources
Signature:
Send messages to all non negative resources
TopNonNegativeResource
Signature:
Send messages only to the nonnegative resource with the highest priority
Fork me on GitHub