mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Merge branch '4.4'
This commit is contained in:
commit
35a71f0131
3 changed files with 38 additions and 2 deletions
|
@ -60,6 +60,26 @@ public class BoBDataExtension implements ExtensionElement {
|
|||
return NAMESPACE;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the content ID.
|
||||
*
|
||||
* @return the content ID.
|
||||
* @since 4.4.1
|
||||
*/
|
||||
public final ContentId getContentId() {
|
||||
return cid;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the Bits of Binary (BOB) data.
|
||||
*
|
||||
* @return the BoB data.
|
||||
* @since 4.4.1
|
||||
*/
|
||||
public final BoBData getBobData() {
|
||||
return bobData;
|
||||
}
|
||||
|
||||
@Override
|
||||
public XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) {
|
||||
XmlStringBuilder xml = new XmlStringBuilder(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue