Converse.js v0.9.4 Release Notes

Release Date: 2015-07-04 // almost 9 years ago
    • #144 Add Ping functionality and Pong handler [thierrytiti]
    • ๐Ÿ”Š #234, #431 Messages aren't received when the user logs in with a mixed-case JID. [jcbrand]
    • #367 API methods for changing chat status (online, busy, away etc.) and status message [jcbrand]
    • ๐ŸŒ #389 Allow login panel placeholders and roster item 'Name' translations. [gbonvehi]
    • #394 Option to allow chatting with pending contacts [thierrytiti]
    • ๐Ÿ‘ #396 Add automatic Away mode and XEP-0352 support [thierrytiti]
    • #400, #410 Allow offline pretty status and placeholder for "Insert a smiley" to be translated [thierrytiti]
    • โšก๏ธ #401 Updated French translation [thierrytiti]
    • #404 CSS fix: position and width of the div #conversejs [thierrytiti]
    • #407 CSS: Fonts Path: editabable $font-path via sass/variables.scss [thierrytiti]
    • ๐Ÿ“š #408 MUC: missing toggle call handler and updated documentation about call [thierrytiti]
    • #413 Auto-detect user's locale to show date and time in the right format [thierrytiti]
    • #415 closeAllChatBoxes is giving ReferenceError when 2 chats are open [nevcos, jcbrand]
    • #416 Add icon for XA status [thierrytiti]
    • ๐ŸŒฒ #418 Logging out with auto_reconnect=true causes reconnection retries [jcbrand]
    • โšก๏ธ #420 Updated German translation [1st8]
    • #427 Converse.js does not subscribe back to a contact not in the roster. [emmanuel-florent]
    • โž• Add offline pretty status to enable translation [thierrytiti]
    • ๐Ÿ›  Bugfix. ClearSessions during unload event would throw an error when not logged in. [gbonvehi]
    • Bugfix. Manual login doesn't work when only websocket_url is set and not bosh_service_url. [jcbrand]
    • ๐Ÿ›  Bugfix. Wrong callback argument mapping in XmppStatus initialize: fullname is null [thierrytiti]
    • CSS fix: room-info bug on hover after room description loaded [thierrytiti]
    • CSS: Fonts Path: editabable $font-path via sass/variables.scss [thierrytiti]
    • Chat boxes returned by the API now have an is_chatroom attribute [jcbrand]
    • ๐Ÿ‘ Decouple automatic away and XEP-0352 support. [jcbrand]
    • Don't carbon copy OTR messages. [jcbrand]
    • I18N: Autodetection of User Locale if no i18n setting is set. [thierrytiti]
    • ๐Ÿ”จ Refactored in order to remove the strophe.roster.js dependency. [jcbrand]
    • ๐Ÿ”จ Refactored the plugin architecture. Add overrides convention for automatically overriding converse.js's methods and Backbone views and models. [jcbrand]
    • With keepalive, don't send out a presence stanza on each page load [jcbrand]