log src/browser/libervia_main.py @ 586:3eb3a2c0c011

age author description
Fri, 28 Nov 2014 00:31:27 +0100 souliane browser and server side: uses RSM (XEP-0059)
Wed, 22 Oct 2014 19:03:55 +0200 souliane browser_side: various improvements, especially for MUC
Mon, 20 Oct 2014 10:00:44 +0200 souliane browser_side: fixes issue while getting a chat state for a MUC occupant who already left
Sat, 18 Oct 2014 14:47:47 +0200 souliane browser_side: fixes the display of MUC occupants presences
Fri, 17 Oct 2014 20:38:38 +0200 souliane browser_side: fixes wrong JID construction when processing getPresenceStatuses result
Sat, 18 Oct 2014 13:16:56 +0200 souliane browser_side: safer attributes handling in getOrCreateLiberviaWidget + use it to create MUC panels
Fri, 17 Oct 2014 13:26:33 +0200 souliane browser_side: display MUC occupants presences
Fri, 17 Oct 2014 10:44:06 +0200 souliane browser_side: fixes a bug that arrived with the last changes on the JID class (this is related to how pyjamas handle the property decorator)
Wed, 17 Sep 2014 17:15:03 +0200 souliane browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)
Thu, 11 Sep 2014 12:59:13 +0200 souliane browser_side: fixes signal callback with no argument (e.g disconnected)
Sun, 07 Sep 2014 16:40:33 +0200 souliane browser_side: temporary way to display the OTR state in the LiberviaWidget header
Fri, 05 Sep 2014 19:29:35 +0200 Goffi browser_side: management of new "info" newMessage type
Fri, 05 Sep 2014 11:53:55 +0200 souliane plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
Tue, 02 Sep 2014 21:26:32 +0200 souliane browser_side: add minimal requirements for generic plugins handling
Tue, 02 Sep 2014 21:21:21 +0200 souliane browser and server sides: add bridge method getLastResource