Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IOfflineMessage.cs
1using System;
3
5{
9 public interface IOfflineMessage
10 {
14 string Type
15 {
16 get;
17 }
18
22 string Id
23 {
24 get;
25 }
26
31 {
32 get;
33 }
34
39 {
40 get;
41 }
42
47 {
48 get;
49 }
50
54 string Language
55 {
56 get;
57 }
58
63 {
64 get;
65 }
66
70 DateTime Timestamp
71 {
72 get;
73 }
74
75 }
76}
Represents a case-insensitive string.
CaseInsensitiveString To
Bare JID part of message to attribute.
string Language
Message xml:lang attribute.
DateTime Timestamp
When message was stored.
CaseInsensitiveString ToUserName
User name part of message to attribute.
CaseInsensitiveString From
Message from attribute.