xmpp_p2p
Preparing search index...
core/xmpp-records
XmppPresence
Interface XmppPresence
Normalized presence record used by the roster manager.
interface
XmppPresence
{
from
:
string
;
nickname
?:
string
;
show
?:
string
;
status
?:
string
;
to
:
string
;
type
?:
string
;
}
Index
Properties
from
nickname?
show?
status?
to
type?
Properties
from
from
:
string
Optional
nickname
nickname
?:
string
Optional
show
show
?:
string
Optional
status
status
?:
string
to
to
:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
nickname
show
status
to
type
xmpp_p2p
Loading...
Normalized presence record used by the roster manager.