Yaaf.Xmpp.MessageArchiving


SaveMode

Defined in Yaaf.Xmpp.MessageArchiving.dll.

Union Cases

Union CaseDescription
Body
Signature:
the saving entity SHOULD save only elements. Note: When archiving locally a client MAY save the full XML content of each element even if the Save Mode is 'body'.
Message
Signature:
the saving entity SHOULD save the full XML content of each element. Note: Support for the 'message' value is optional and, to conserve bandwidth and storage space, it is RECOMMENDED that client implementations do not specify the 'message' value.
Nothing
Signature:
the saving entity MUST save nothing (false).
Stream
Signature:
the saving entity SHOULD save every byte that passes over the stream in either direction.

Instance members

Instance memberDescription
AttributeValue
Signature: string

Static members

Static memberDescription
Parse(s)
Signature: s:string -> SaveMode
Fork me on GitHub