Modify ↓
Opened at 2009-10-16T16:52:54Z
Closed at 2015-11-25T18:05:22Z
#533 closed enhancement (fixed)
ignore "jabber - Warning: Received incomplete IQ-get packet" messages
Reported by: | Owned by: | wilmer | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Jabber | Version: | 1.2.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: | debian 5.0.3 |
Description
every so often I get a message from root:
"jabber - Warning: Received incomplete IQ-get packet"
This always happens after a buddy joins and receives voice. It always happens with the same buddy, and only with that buddy.
Is there a way to ignore this message?
Attachments (0)
Change History (3)
comment:1 Changed at 2009-10-17T15:15:51Z by
Component: | BitlBee → Jabber |
---|---|
Milestone: | 1.2.4 |
Owner: | set to wilmer |
comment:2 Changed at 2010-04-21T23:43:56Z by
From http://tools.ietf.org/html/draft-ietf-xmpp-3920bis-07#section-8.4
* If an entity receives an IQ stanza of type "get" or "set" containing a child element qualified by a namespace it does not understand, the entity MUST return an IQ stanza of type "error" with an error condition of <service-unavailable/>.
comment:3 Changed at 2015-11-25T18:05:22Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done the rest of this ticket here:
https://github.com/bitlbee/bitlbee/commit/755470287207c4b580b722536889a8bb9d9427bf
Note: See
TracTickets for help on using
tickets.
I purged the warning, but will leave this bug open for later because the correct response would be to send back a feature-not-implemented packet. Don't want to make any big changes before release anymore though.
changeset:devel,479