StanzaJS Discussion - 2020-05-12


  1. SouL Hey guys (maybe Lance?), I'm testing some pubsub stuff and when the data comes from other sources what I get from StanzaJS is okay, but in this case (from reddit), the item is missing the content. I think if you check this paste http://paste.debian.net/hidden/23478479/ will make my question more understandable. Basically " <content type="html">&" from the XML, is missing in the javascript object down the paste. Would this be something I should fix by myself, or something that could be improved in the library?
  2. SouL Sorry if my message was sent twice, I think Gajim was acting up
  3. Lance the xml mappings probably need to be expanded to handle that. i'll take a look
  4. Lance huh, i though i had mapped a lot more than what is here. maybe lost in a branch somewhere, will keep looking
  5. Lance but right now its jus the title/summary getting mapped, not the content
  6. Lance ok, got more stuff for entries mapped out. except for handling type='xhtml', everything should be mapped now
  7. Lance one sec while i get a package publish ready
  8. Lance SouL: let me know if v12.10.2 fixes things for you, or if it still needs adjusting