xmpp_p2p
Preparing search index...
core/xmpp-records
XmppMessage
Interface XmppMessage
Normalized chat message record used for local history and resends.
interface
XmppMessage
{
body
:
string
;
carbon
?:
{
type
:
"received"
|
"sent"
}
;
chatState
?:
"paused"
|
"active"
|
"composing"
|
"inactive"
|
"gone"
;
delay
?:
{
from
?:
string
;
stamp
:
string
}
;
encrypted
?:
boolean
;
encryption
?:
"openpgp"
|
"omemo"
;
from
:
string
;
id
?:
string
;
nickname
?:
string
;
originId
?:
string
;
private
?:
boolean
;
receipt
?:
{
id
:
string
;
type
:
"request"
|
"received"
}
;
replace
?:
string
;
reply
?:
{
id
:
string
;
to
?:
string
}
;
stanzaId
?:
{
by
:
string
;
id
:
string
}
;
thread
?:
string
;
to
:
string
;
type
?:
string
;
}
Index
Properties
body
carbon?
chat
State?
delay?
encrypted?
encryption?
from
id?
nickname?
origin
Id?
private?
receipt?
replace?
reply?
stanza
Id?
thread?
to
type?
Properties
body
body
:
string
Optional
carbon
carbon
?:
{
type
:
"received"
|
"sent"
}
Optional
chat
State
chatState
?:
"paused"
|
"active"
|
"composing"
|
"inactive"
|
"gone"
Optional
delay
delay
?:
{
from
?:
string
;
stamp
:
string
}
Optional
encrypted
encrypted
?:
boolean
Optional
encryption
encryption
?:
"openpgp"
|
"omemo"
from
from
:
string
Optional
id
id
?:
string
Optional
nickname
nickname
?:
string
Optional
origin
Id
originId
?:
string
Optional
private
private
?:
boolean
Optional
receipt
receipt
?:
{
id
:
string
;
type
:
"request"
|
"received"
}
Optional
replace
replace
?:
string
Optional
reply
reply
?:
{
id
:
string
;
to
?:
string
}
Optional
stanza
Id
stanzaId
?:
{
by
:
string
;
id
:
string
}
Optional
thread
thread
?:
string
to
to
:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
carbon
chat
State
delay
encrypted
encryption
from
id
nickname
origin
Id
private
receipt
replace
reply
stanza
Id
thread
to
type
xmpp_p2p
Loading...
Normalized chat message record used for local history and resends.