• progress_activity cloud_sync

    Reconnection to the server…

    Movim cannot talk with the server, please try again later

  • back_to_tab fullscreen tile_small dialpad mic videocam switch_camera screen_share

    mic_none No sound detected from your microphone


    • Movim Blog

      The official Movim blog https://movim.eu/

      article 117 posts • people 959 subscribers
      assignment_ind Only publishers can publish


    • Public subscriptions

    • chevron_right

      Thorsten Fröhlich

    • chevron_right

      Steven

    • chevron_right

      coopr8

    • chevron_right

      metalshadow1909

    • chevron_right

      kenu_demon

    • chevron_right

      Thorsten Fröhlich

    • chevron_right

      Steven

    • chevron_right

      coopr8

    • chevron_right

      metalshadow1909

    • chevron_right

      kenu_demon

    • chevron_right

      Thorsten Fröhlich

    • chevron_right

      Steven

    • chevron_right

      coopr8

    • chevron_right

      metalshadow1909

    • chevron_right

      kenu_demon

  • Register Login

    Movim

    movim.chatterboxtown.us


  • rss_feed
    add Follow

    Movim Blog

    people 959 subscribers • The official Movim blog https://movim.eu/

    • chevron_right

      Movim 0.25.1

      Timothée Jaussoin • pubsub.movim.eu / Movim • 24 June 2024 edit • 10 visibility

    A few days after Movim 0.25 Nagata here is a small bugfix release.

    In this release you'll find a fix that prevented Firefox to Firefox audio-video calls to happen, a fix for a route parsing issue that was preventing articles to be attached properly in a new publication and a related one that was preventing articles to be shared to chat users.

    One small improvement, the one-to-one chat list now includes preview of sent and received images and links.

    Image and link preview in the chats list

    That's all folks!

    #movim #xmpp #bugfix #release

    • tagbugfix tagbugfix tagbugfix tagrelease tagrelease tagrelease tagxmpp tagxmpp tagxmpp tagbugfix tagbugfix tagbugfix tagrelease tagrelease tagrelease tagxmpp tagxmpp tagxmpp tagbugfix tagbugfix tagbugfix tagrelease tagrelease tagrelease tagxmpp tagxmpp tagxmpp

    • Pictures 3 image

    • visibility
    • visibility
    • visibility
    • chevron_right

      Movim 0.25.1

      Timothée Jaussoin • pubsub.movim.eu / Movim • 24 June 2024 edit • 10 visibility

    A few days after Movim 0.25 Nagata here is a small bugfix release.

    In this release you'll find a fix that prevented Firefox to Firefox audio-video calls to happen, a fix for a route parsing issue that was preventing articles to be attached properly in a new publication and a related one that was preventing articles to be shared to chat users.

    One small improvement, the one-to-one chat list now includes preview of sent and received images and links.

    Image and link preview in the chats list

    That's all folks!

    #movim #xmpp #bugfix #release

    • tagbugfix tagbugfix tagbugfix tagrelease tagrelease tagrelease tagxmpp tagxmpp tagxmpp tagbugfix tagbugfix tagbugfix tagrelease tagrelease tagrelease tagxmpp tagxmpp tagxmpp tagbugfix tagbugfix tagbugfix tagrelease tagrelease tagrelease tagxmpp tagxmpp tagxmpp

    • Pictures 3 image

    • visibility
    • visibility
    • visibility
    • chevron_right

      Movim 0.25.1

      Timothée Jaussoin • pubsub.movim.eu / Movim • 24 June 2024 edit • 10 visibility

    A few days after Movim 0.25 Nagata here is a small bugfix release.

    In this release you'll find a fix that prevented Firefox to Firefox audio-video calls to happen, a fix for a route parsing issue that was preventing articles to be attached properly in a new publication and a related one that was preventing articles to be shared to chat users.

    One small improvement, the one-to-one chat list now includes preview of sent and received images and links.

    Image and link preview in the chats list

    That's all folks!

    #movim #xmpp #bugfix #release

    • tagbugfix tagbugfix tagbugfix tagrelease tagrelease tagrelease tagxmpp tagxmpp tagxmpp tagbugfix tagbugfix tagbugfix tagrelease tagrelease tagrelease tagxmpp tagxmpp tagxmpp tagbugfix tagbugfix tagbugfix tagrelease tagrelease tagrelease tagxmpp tagxmpp tagxmpp

    • Pictures 3 image

    • visibility
    • visibility
    • visibility
    • chevron_right

      Movim 0.25 Nagata

      Timothée Jaussoin • pubsub.movim.eu / Movim • 21 June 2024 edit • 2 minutes

    Only a few months after #Movim 0.24 here comes Movim 0.25 Nagata!

    Let's have a look at all the new features and fixes that you can find in this exciting #release.

    What's new?

    Message files refactoring

    The attached #message files metadata are now moved to the Movim SQL database, this allows way more flexibility to handle then including the upcoming work on the multi-files per message feature.

    Along this change comes the support of thumbhash. The general idea is to build a small blurred version of the image that can be transferred and store inside the message metadata and then render it as a placeholder for the image before it gets downloaded.

    A thumbhash example

    Internal file upload proxy, bye bye CORS!

    When you upload a file on Movim, it is not store in Movim itself but directly on your #XMPP server File Upload Service.

    This feature, defined in XEP-0363: HTTP File Upload is pretty useful and widely implemented in the XMPP ecosystem. However XMPP web clients, such as Movim, have to deal with browser related limitations called #CORS (Cross-origin resource sharing) that needs some more configuration on the XMPP servers to allow upload files from domains that are not the same as the XMPP file #upload service one.

    This new version comes with an internal file upload proxy, basically your file is first uploaded to a temporary script in Movim that then take care to upload it to your XMPP File Upload Service. This change makes all those configuration obsolete and greatly simplify the Movim deployment and configuration.

    One small detail, please ensure that your PHP upload_max_filesize internal setting is large enough to handle the files that will be uploaded to the XMPP servers, somes are allowing up to a few hundreds megabytes for the maximum file sizes.

    Automatic Nightmode 🌙

    Movim is having a Nightmode toggle for a while already. A few internal changes is now allowing Movim to just follow your browser or operating system directives.

    XEP-0410: MUC Self-Ping (Schrödinger's Chat)

    As defined in the introduction of the XEP:

    The Multi-User Chat (XEP-0045) [1] protocol was not designed to handle s2s interruptions or message loss well. Rather often, the restart of a server or a component causes a client to believe that it is still joined to a given chatroom, while the chatroom service does not know of this occupant.

    Movim is now implementing the basic features of this XMPP extension and therefore automatically disconnect your from a chatroom if no activity was detected for a few minutes and if the ping doesn't come back positively. It was reported in the issue 1164.

    Various other fixes

    This version also fixes a few issues like a bug that prevented sometimes Movim to resynchronize the conversations history for one-to-one discussions, a SRV record certificate validation misconfiguration or a wrong priority of the XEP-0319: Last User Interaction over the XEP-0203: Delayed Delivery presences that were giving wrong information regarding your contact "last activity".

    What's next?

    This release should be the last one before some exciting huge set of features, with the support of the NLNet Fundation that will be integrated in Movim in the upcoming months. It seems that it should improve a few things regarding audio and video calls, stay tuned! 👀

    Hope that you'll enjoy all those changes 😊

    That's all folks!

    • tagmovim tagmovim tagmovim tagrelease tagrelease tagrelease tagmessage tagmessage tagmessage tagxmpp tagxmpp tagxmpp tagcors tagcors tagcors tagupload tagupload tagupload tagmovim tagmovim tagmovim tagrelease tagrelease tagrelease tagmessage tagmessage tagmessage tagxmpp tagxmpp tagxmpp tagcors tagcors tagcors tagupload tagupload tagupload tagmovim tagmovim tagmovim tagrelease tagrelease tagrelease tagmessage tagmessage tagmessage tagxmpp tagxmpp tagxmpp tagcors tagcors tagcors tagupload tagupload tagupload

    • chevron_right

      Movim 0.25 Nagata

      Timothée Jaussoin • pubsub.movim.eu / Movim • 21 June 2024 edit • 2 minutes

    Only a few months after #Movim 0.24 here comes Movim 0.25 Nagata!

    Let's have a look at all the new features and fixes that you can find in this exciting #release.

    What's new?

    Message files refactoring

    The attached #message files metadata are now moved to the Movim SQL database, this allows way more flexibility to handle then including the upcoming work on the multi-files per message feature.

    Along this change comes the support of thumbhash. The general idea is to build a small blurred version of the image that can be transferred and store inside the message metadata and then render it as a placeholder for the image before it gets downloaded.

    A thumbhash example

    Internal file upload proxy, bye bye CORS!

    When you upload a file on Movim, it is not store in Movim itself but directly on your #XMPP server File Upload Service.

    This feature, defined in XEP-0363: HTTP File Upload is pretty useful and widely implemented in the XMPP ecosystem. However XMPP web clients, such as Movim, have to deal with browser related limitations called #CORS (Cross-origin resource sharing) that needs some more configuration on the XMPP servers to allow upload files from domains that are not the same as the XMPP file #upload service one.

    This new version comes with an internal file upload proxy, basically your file is first uploaded to a temporary script in Movim that then take care to upload it to your XMPP File Upload Service. This change makes all those configuration obsolete and greatly simplify the Movim deployment and configuration.

    One small detail, please ensure that your PHP upload_max_filesize internal setting is large enough to handle the files that will be uploaded to the XMPP servers, somes are allowing up to a few hundreds megabytes for the maximum file sizes.

    Automatic Nightmode 🌙

    Movim is having a Nightmode toggle for a while already. A few internal changes is now allowing Movim to just follow your browser or operating system directives.

    XEP-0410: MUC Self-Ping (Schrödinger's Chat)

    As defined in the introduction of the XEP:

    The Multi-User Chat (XEP-0045) [1] protocol was not designed to handle s2s interruptions or message loss well. Rather often, the restart of a server or a component causes a client to believe that it is still joined to a given chatroom, while the chatroom service does not know of this occupant.

    Movim is now implementing the basic features of this XMPP extension and therefore automatically disconnect your from a chatroom if no activity was detected for a few minutes and if the ping doesn't come back positively. It was reported in the issue 1164.

    Various other fixes

    This version also fixes a few issues like a bug that prevented sometimes Movim to resynchronize the conversations history for one-to-one discussions, a SRV record certificate validation misconfiguration or a wrong priority of the XEP-0319: Last User Interaction over the XEP-0203: Delayed Delivery presences that were giving wrong information regarding your contact "last activity".

    What's next?

    This release should be the last one before some exciting huge set of features, with the support of the NLNet Fundation that will be integrated in Movim in the upcoming months. It seems that it should improve a few things regarding audio and video calls, stay tuned! 👀

    Hope that you'll enjoy all those changes 😊

    That's all folks!

    • tagmovim tagmovim tagmovim tagrelease tagrelease tagrelease tagmessage tagmessage tagmessage tagxmpp tagxmpp tagxmpp tagcors tagcors tagcors tagupload tagupload tagupload tagmovim tagmovim tagmovim tagrelease tagrelease tagrelease tagmessage tagmessage tagmessage tagxmpp tagxmpp tagxmpp tagcors tagcors tagcors tagupload tagupload tagupload tagmovim tagmovim tagmovim tagrelease tagrelease tagrelease tagmessage tagmessage tagmessage tagxmpp tagxmpp tagxmpp tagcors tagcors tagcors tagupload tagupload tagupload

    • chevron_right

      Movim 0.25 Nagata

      Timothée Jaussoin • pubsub.movim.eu / Movim • 21 June 2024 edit • 2 minutes

    Only a few months after #Movim 0.24 here comes Movim 0.25 Nagata!

    Let's have a look at all the new features and fixes that you can find in this exciting #release.

    What's new?

    Message files refactoring

    The attached #message files metadata are now moved to the Movim SQL database, this allows way more flexibility to handle then including the upcoming work on the multi-files per message feature.

    Along this change comes the support of thumbhash. The general idea is to build a small blurred version of the image that can be transferred and store inside the message metadata and then render it as a placeholder for the image before it gets downloaded.

    A thumbhash example

    Internal file upload proxy, bye bye CORS!

    When you upload a file on Movim, it is not store in Movim itself but directly on your #XMPP server File Upload Service.

    This feature, defined in XEP-0363: HTTP File Upload is pretty useful and widely implemented in the XMPP ecosystem. However XMPP web clients, such as Movim, have to deal with browser related limitations called #CORS (Cross-origin resource sharing) that needs some more configuration on the XMPP servers to allow upload files from domains that are not the same as the XMPP file #upload service one.

    This new version comes with an internal file upload proxy, basically your file is first uploaded to a temporary script in Movim that then take care to upload it to your XMPP File Upload Service. This change makes all those configuration obsolete and greatly simplify the Movim deployment and configuration.

    One small detail, please ensure that your PHP upload_max_filesize internal setting is large enough to handle the files that will be uploaded to the XMPP servers, somes are allowing up to a few hundreds megabytes for the maximum file sizes.

    Automatic Nightmode 🌙

    Movim is having a Nightmode toggle for a while already. A few internal changes is now allowing Movim to just follow your browser or operating system directives.

    XEP-0410: MUC Self-Ping (Schrödinger's Chat)

    As defined in the introduction of the XEP:

    The Multi-User Chat (XEP-0045) [1] protocol was not designed to handle s2s interruptions or message loss well. Rather often, the restart of a server or a component causes a client to believe that it is still joined to a given chatroom, while the chatroom service does not know of this occupant.

    Movim is now implementing the basic features of this XMPP extension and therefore automatically disconnect your from a chatroom if no activity was detected for a few minutes and if the ping doesn't come back positively. It was reported in the issue 1164.

    Various other fixes

    This version also fixes a few issues like a bug that prevented sometimes Movim to resynchronize the conversations history for one-to-one discussions, a SRV record certificate validation misconfiguration or a wrong priority of the XEP-0319: Last User Interaction over the XEP-0203: Delayed Delivery presences that were giving wrong information regarding your contact "last activity".

    What's next?

    This release should be the last one before some exciting huge set of features, with the support of the NLNet Fundation that will be integrated in Movim in the upcoming months. It seems that it should improve a few things regarding audio and video calls, stay tuned! 👀

    Hope that you'll enjoy all those changes 😊

    That's all folks!

    • tagmovim tagmovim tagmovim tagrelease tagrelease tagrelease tagmessage tagmessage tagmessage tagxmpp tagxmpp tagxmpp tagcors tagcors tagcors tagupload tagupload tagupload tagmovim tagmovim tagmovim tagrelease tagrelease tagrelease tagmessage tagmessage tagmessage tagxmpp tagxmpp tagxmpp tagcors tagcors tagcors tagupload tagupload tagupload tagmovim tagmovim tagmovim tagrelease tagrelease tagrelease tagmessage tagmessage tagmessage tagxmpp tagxmpp tagxmpp tagcors tagcors tagcors tagupload tagupload tagupload

    • chevron_right

      Movim 0.24.1

      Timothée Jaussoin • pubsub.movim.eu / Movim • 29 April 2024 edit

    A few days after the 0.24 announcement we are releasing a 0.24.1 that fixes a few small things.

    bcrypt passwords and null characters

    Movim was using the null character (\0) to concatenate some strings to create a hash. Some recent minor PHP #release forbid the presence of such character for this usage in #bcrypt.

    This was documented and fixed in the ticket #1311.

    Small interface fixes

    An error in the Notification tab was preventing users to read the content of the comments that were done under their publications, a placeholder image was added to the Send To drawer if no Communities are currently subscribed and some small CSS padding were fixed to make the interface more consistent.

    Enjoy !

    • tagrelease tagrelease tagrelease tagbcrypt tagbcrypt tagbcrypt tagrelease tagrelease tagrelease tagbcrypt tagbcrypt tagbcrypt tagrelease tagrelease tagrelease tagbcrypt tagbcrypt tagbcrypt

    • chevron_right

      Movim 0.24.1

      Timothée Jaussoin • pubsub.movim.eu / Movim • 29 April 2024 edit

    A few days after the 0.24 announcement we are releasing a 0.24.1 that fixes a few small things.

    bcrypt passwords and null characters

    Movim was using the null character (\0) to concatenate some strings to create a hash. Some recent minor PHP #release forbid the presence of such character for this usage in #bcrypt.

    This was documented and fixed in the ticket #1311.

    Small interface fixes

    An error in the Notification tab was preventing users to read the content of the comments that were done under their publications, a placeholder image was added to the Send To drawer if no Communities are currently subscribed and some small CSS padding were fixed to make the interface more consistent.

    Enjoy !

    • tagrelease tagrelease tagrelease tagbcrypt tagbcrypt tagbcrypt tagrelease tagrelease tagrelease tagbcrypt tagbcrypt tagbcrypt tagrelease tagrelease tagrelease tagbcrypt tagbcrypt tagbcrypt

    • chevron_right

      Movim 0.24.1

      Timothée Jaussoin • pubsub.movim.eu / Movim • 29 April 2024 edit

    A few days after the 0.24 announcement we are releasing a 0.24.1 that fixes a few small things.

    bcrypt passwords and null characters

    Movim was using the null character (\0) to concatenate some strings to create a hash. Some recent minor PHP #release forbid the presence of such character for this usage in #bcrypt.

    This was documented and fixed in the ticket #1311.

    Small interface fixes

    An error in the Notification tab was preventing users to read the content of the comments that were done under their publications, a placeholder image was added to the Send To drawer if no Communities are currently subscribed and some small CSS padding were fixed to make the interface more consistent.

    Enjoy !

    • tagrelease tagrelease tagrelease tagbcrypt tagbcrypt tagbcrypt tagrelease tagrelease tagrelease tagbcrypt tagbcrypt tagbcrypt tagrelease tagrelease tagrelease tagbcrypt tagbcrypt tagbcrypt

  • history

    Get older posts

  • cloud_queue

    Powered by Movim