1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-18 08:51:08 +01:00

[bob] Add BoBDataExtension, remove BoBExtension

BoBExtension extending XHTMLExtension was poorly designed and only
worked for a single paragraphy.

Fixes SMACK-770.
This commit is contained in:
Florian Schmaus 2020-09-23 19:57:13 +02:00
parent 15e3d267f6
commit 6d39a4e3ac
13 changed files with 254 additions and 168 deletions

View file

@ -37,7 +37,7 @@ import org.jivesoftware.smack.util.XmlStringBuilder;
*
* @author Gaston Dombiak
*/
public class XHTMLExtension implements ExtensionElement {
public final class XHTMLExtension implements ExtensionElement {
public static final String ELEMENT = "html";
public static final String NAMESPACE = "http://jabber.org/protocol/xhtml-im";