Smack/smack-core/src/main/java/org/jivesoftware/smack/altconnections
Aditya Borikar 7796b367cc Position parser at START_ELEMENT before parsing
This PR aims to provide parseXrdLinkReferencesFor() method the ability
to parse forward to the first START_ELEMENT tag.The HttpLookupMethodTest
tests the HttpLookupMethod class by parsing String. This makes use of
PacketParserUtils.getParserFor(String), which already does forward
winding to reach START_ELEMENT. However when fetching endpoints from a
remote host meta data, PacketParserUtils.getParserFor(InputStream) is
used which doesn't do winding in any form. And thus, even though
HttpLookupMethodTest tests pass, this implementation would crash while
parsing remote host-meta.
2020-08-07 15:01:53 +05:30
..
HttpLookupMethod.java Position parser at START_ELEMENT before parsing 2020-08-07 15:01:53 +05:30
package-info.java Add support for HTTP lookup method through xep-0156 2020-06-25 21:10:43 +05:30