Post A3HHPCXThxw9CKcgAS by imattau@dcentralisedmedia.com
 (DIR) More posts by imattau@dcentralisedmedia.com
 (DIR) Post #A3HHPCXThxw9CKcgAS by imattau@dcentralisedmedia.com
       2021-01-16T00:02:57.956488Z
       
       1 likes, 1 repeats
       
       Got an #XMPP account? Did you know that you can use it to login to a #Movim pod (or host your own) and get a 'Facebook' style interface?https://movim.eu#socialmedia #flexibility #multiuse
       
 (DIR) Post #A3HI80EOJbJA3b3f6G by agentcasey@toot.masto.host
       2021-01-16T00:12:11Z
       
       0 likes, 0 repeats
       
       @imattau Sounds good. A little sparse on details though. I just now set up an #XMPP server do you have any other links to share?
       
 (DIR) Post #A3HKkqsXDmHmFjUHLc by imattau@dcentralisedmedia.com
       2021-01-16T00:30:57.115064Z
       
       0 likes, 0 repeats
       
       @agentcasey As for any privacy stuff, continue to use an external client with E2EE for private chats.. And if you’re really concerned, you can easily setup a pod using @yunohost, which means all your data is on your own pod 👍
       
 (DIR) Post #A3HKkre2NAHcd3iDOC by agentcasey@toot.masto.host
       2021-01-16T00:41:36Z
       
       0 likes, 0 repeats
       
       @imattau @yunohost@mastodon.socia l I just installed Movim on the same server that XMPP is running on, however the documents suggest becoming extremely familiar with the architecture of the project before trying to deploy it. Which is what I'll be doing first. Thanks for the good info.
       
 (DIR) Post #A3HSMhfyaG36OXbpsu by imattau@dcentralisedmedia.com
       2021-01-16T01:30:12.886797Z
       
       0 likes, 0 repeats
       
       @agentcasey If you installed via #Yunohost that is…Also, some other things you might want to considerSet your XMPP server as the only one in the whitelist (under admin) This means only your server can sign inLimit Communities etc to your server only if you have children and you’d like to safely introduce them to social media 👍
       
 (DIR) Post #A3HSMhz7R5MTLuZ7iq by agentcasey@toot.masto.host
       2021-01-16T02:06:51Z
       
       0 likes, 0 repeats
       
       @imattau Thank you so much, with your permission I'd like to pick your brain on occasion. I'm making your suggested alterations as we speak.
       
 (DIR) Post #A3HUHGcxvETaxvjjGa by imattau@dcentralisedmedia.com
       2021-01-16T01:18:06.027081Z
       
       0 likes, 0 repeats
       
       @agentcasey Just an FYI - You'll need to open up a file in call Model.php (/var/www/movim/src/Movim) and you'll see a function that has the word Builder in it.. You need to delete this word.. Then everything should work(See below for what it should look like)
       
 (DIR) Post #A3HUHGtGwbWJmVMkgS by agentcasey@toot.masto.host
       2021-01-16T02:28:15Z
       
       0 likes, 0 repeats
       
       @imattau I'm at that very section in Model.php, which word should be deleted, $query or just query?
       
 (DIR) Post #A3HUeOcWN4B8PoYcfA by imattau@dcentralisedmedia.com
       2021-01-16T02:31:56.130891Z
       
       0 likes, 0 repeats
       
       @agentcasey Sorry, before the word $query. Remove Builder (if it’s there).
       
 (DIR) Post #A3HUeS3ZawbH4aElkG by agentcasey@toot.masto.host
       2021-01-16T02:32:29Z
       
       0 likes, 0 repeats
       
       @imattau it's there.
       
 (DIR) Post #A3HUlvvSwLodjo0qWm by imattau@dcentralisedmedia.com
       2021-01-16T02:32:46.316642Z
       
       0 likes, 0 repeats
       
       @agentcasey Only $query should be left…
       
 (DIR) Post #A3HUlwCTv5QWaZyR3A by agentcasey@toot.masto.host
       2021-01-16T02:33:47Z
       
       0 likes, 0 repeats
       
       @imattau Good, thanks again I left it like this ($query)