Package | Description |
---|---|
org.jivesoftware.smackx.sid.element |
Smack's API for XEP-0359: Stable and Unique Stanza IDs.
|
org.jivesoftware.smackx.sid.provider |
Smack's API for XEP-0359: Stable and Unique Stanza IDs.
|
Modifier and Type | Method and Description |
---|---|
static OriginIdElement |
OriginIdElement.addOriginId(Message message)
Add an origin-id element to a message and set the stanzas id to the same id as in the origin-id element.
|
static OriginIdElement |
OriginIdElement.getOriginId(Message message)
Return the origin-id element of a message or null, if absent.
|
Modifier and Type | Method and Description |
---|---|
OriginIdElement |
OriginIdProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |