[new app] Mattermost client

asked 2018-05-31 20:41:15 +0300

sashikknox gravatar image

updated 2018-06-01 18:38:45 +0300

As i said here, i start develop Mattermost client, and i public first release on Open Repos

Version for Sailfish 2.1.3.7 here

What is done:

  • messaging in private, direct and open channel
  • receive and send files, documents and images
  • edit, delete and copy messages
  • connect to server with self-signet certificate
  • email or token authentication

image description

edit retag flag offensive close delete

Comments

very nice.

Nice to see ot published to openrepos. Looking forward to test it. Unfortunately I can't get it to work. On start it'll ask me for server address. When using servername only, pressing login button doesn't do anything (tried both: credentials and token). When entering https://servername, app crashes on pressing login button (again for both variants credentials/token).

naytsyrhc ( 2018-05-31 22:05:01 +0300 )edit

@naytsyrhc, can you try run application from terminal? it should output error to terminal and when you use server with self signed certificate, you need manually upload CA cert and servers cert files to application (you can answer here, or on openrepos =) )

sashikknox ( 2018-05-31 22:06:41 +0300 )edit

Ok. Did so. when using address without https:// it'll complain about unknown protocol. So I now know that I have to use https:// ;-). I have a valid letsencrypt certificate so I don't think this to be an issue. On app crash, I get following message [F] unknown:0 - Cannot mix incompatible Qt libr ary (version 0x50603) with this library (versio n 0x50602). I am on Xperia X compact community built 2.1.3.7 so that is probably the problem.

naytsyrhc ( 2018-05-31 22:27:12 +0300 )edit

oh... ok, i will try to rebuild it ( because i use costum build of qtwebsocket ) ...

sashikknox ( 2018-05-31 22:53:08 +0300 )edit

@naytsyrhc, i rebuid it... please test ) (when i try build with QtWebSockets from SDK, i have same error on my Jolla C, now i just try to chahge version of Qt5WebSockets from 5.6.3 to 5.6.2 )

sashikknox ( 2018-05-31 23:59:46 +0300 )edit