Opened 8 years ago
Closed 8 years ago
#80 closed defect (fixed)
wokkel.muc.DestructionRequest yields wrong stanza type
Reported by: | ralphm | Owned by: | ralphm |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | generic | Keywords: | |
Cc: | ben_hutchings@… |
Description
As reported by Ben Hutchings, the type attribute of the stanza generated from wokkel.muc.DestructionRequest is set to get instead of set.
Change History (1)
comment:1 Changed 8 years ago by ralphm
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [a7e10201fb3c]:)
Do proper fallback for Request.stanzaType.
If stanzaType is not passed to the constructor of wokkel.generic.Request, it should default to the value in the class variable, not get.
Author: ralphm Fixes: #80