mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Remove deprecated methods in PacketParserUtils
This commit is contained in:
parent
6d76e8a1ae
commit
49417d2e20
1 changed files with 0 additions and 24 deletions
|
@ -977,30 +977,6 @@ public class PacketParserUtils {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public static void addPacketExtension(Stanza packet, XmlPullParser parser) throws Exception {
|
|
||||||
addExtensionElement(packet, parser);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public static void addPacketExtension(Stanza packet, XmlPullParser parser, String elementName, String namespace)
|
|
||||||
throws Exception {
|
|
||||||
addExtensionElement(packet, parser, elementName, namespace);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public static void addPacketExtension(Collection<ExtensionElement> collection, XmlPullParser parser)
|
|
||||||
throws Exception {
|
|
||||||
addExtensionElement(collection, parser, parser.getName(), parser.getNamespace());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public static void addPacketExtension(Collection<ExtensionElement> collection, XmlPullParser parser,
|
|
||||||
String elementName, String namespace) throws Exception {
|
|
||||||
addExtensionElement(collection, parser, elementName, namespace);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static void addExtensionElement(Stanza packet, XmlPullParser parser)
|
public static void addExtensionElement(Stanza packet, XmlPullParser parser)
|
||||||
throws Exception {
|
throws Exception {
|
||||||
ParserUtils.assertAtStartTag(parser);
|
ParserUtils.assertAtStartTag(parser);
|
||||||
|
|
Loading…
Reference in a new issue