Parsing resource binding packets is requiring smackx.jar file to be in the classpath
Description
Resource binding is not an extension but the provider that parses the packets is present in smack.providers which belongs to the smackx.jar file. We should move the parsing logic to PacketReader just like we do for other code IQ packets.
Resource binding is not an extension but the provider that parses the packets is present in smack.providers which belongs to the smackx.jar file. We should move the parsing logic to PacketReader just like we do for other code IQ packets.