User:Abdelrhman/gsoc16/july

From MozillaWiki
Jump to: navigation, search

Daily updates

July 1, 2016

  • Landed the patch of supporting Direct Multi-User Chat(MUC) Invitations (bug1281722)
  • Landed the patch of adding tests for xmpp-xml.jsm (bug1283139)
  • Finished and submitted a patch for handling XMPP Resource collision (bug955307) to be reviewed

July 2, 2016 - July 4, 2016

  • Landed the patch of supporting MUC Room Discovery (bug1202261)
  • Worked on improving the patch of Data Forms (bug1269331) according to nhnt11's feedback and implementing generateHTML method

July 8, 2016

  • Patch of handling XMPP resource collision (bug955307) is ready to be landed, but it needs to be tested with gtalk and odnoklassniki

July 9, 2016 - July 12, 2016

  • Finished implementation generateHTML, tested it and implemented a function for parsing result when form is submitted in Data Forms (bug1269331)

July 13, 2016

  • Improved the patch of Data Forms and fixed issues in generateHTML method.

July 14, 2016

  • Submitted the patch of Data Forms to be reviewed (bug1269331)

July 15, 2016

  • Worked on a patch for supporting canceling an existing registration on server (bug1286905) and submitted a WIP patch and discussed that on IRC

July 16, 2016

  • Read section 3.3 (User Changes Password) in XEP-0077 to allow user change his or her password on server too as it seems similar to canceling an existing registration on server

July 17, 2016

  • Landed the patch of handling XMPP resource collision (bug955307)

July 19, 2016

  • Finished and submitted a patch for supporting version command (bug1284165) to be reviewed

July 21, 2016

  • Landed the patch of supporting version command (bug1284165)
  • Worked on a patch for responding to service discovery (XEP-0030) queries (bug1142142)

July 22, 2016

  • Landed the patch of responding to service discovery (XEP-0030) queries (bug1142142)

July 24 - 25, 2016

  • Worked on a patch for handling delayed delivery for presence stanzas (bug1289110) and it's landed

July 26 - 27, 2016

  • Worked on a patch for supporting message carbons (XEP-0280) by enabling it on server according to user's pref and simple parsing of the forwarded messages

July 28, 2016

  • Worked on improving supporting message carbons (XEP-0280) and discovered an issue in parser while parsing of the forwarded messages

July 29 - 31, 2016

  • Worked on a patch for adding tests for XMPPParser and fixing the issue of parsing nested top-level elements (e.g. message) (bug1290373) and improved it according to reviews