Smack/smack-core/src/main
damencho 035bbea837 Reply with service-unavailable for unhandled IQ requests
instead of feature-not-implemented.

Changes to send service-unavailable for not handled iq as said in
RFC6120 § 8.4: https://tools.ietf.org/html/rfc6120#page-128

"""
o  If an intended recipient receives an IQ stanza of type "get" or
   "set" containing a child element qualified by a namespace it does
   not understand, then the entity MUST return an IQ stanza of type
   "error" with an error condition of <service-unavailable/>.
"""
2015-12-06 17:09:47 +01:00
..
java/org/jivesoftware/smack Reply with service-unavailable for unhandled IQ requests 2015-12-06 17:09:47 +01:00
resources/org.jivesoftware.smack Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00