barthel
barthel
It seems I'm online: `` 474 (08:06:56) mattermost: got frame data: {"event":"status_change","data":{"status":"online","user_id":"daik1r7o1fy7byu18zarh8fgrc"},"broadcast":{"omit_users":null,"user_id":"daik1r7o1fy7byu18zarh8fgrc","channel_id":"","team_id":""}`` If I go offline there is no request to MM server for signaling this status change. ``` 1224...
The issue persists with: ``` Mattermost Author: Eion Robb Version: 1.1.2017.07.06.git.90dc0ea Website: https://github.com/EionRobb/mattermost-libpurple ID String: prpl-eionrobb-mattermost Loadable: Yes Loaded: Yes ``` I cleaned all mattermost entries from ``blist.xml`` but it...
@jaroslawp May I have to explain my environment a bit deeper. I'm not root on my Linux machine and I've no rights to install the plugin globally. The mattermost ``.so``...
@jaroslawp @EionRobb Could I provide some more information to bring this issue on the way?
This issue persists with: ``` Mattermost Author: Eion Robb Version: 1.1.2017.08.09.git.4524538 Website: https://github.com/EionRobb/mattermost-libpurple ID String: prpl-eionrobb-mattermost Loadable: Yes Loaded: Yes ``` after merged #58 (Multi team).
This issue persists with: ``` Pidgin 2.10.12 (libpurple 2.10.12) ``` on Ubuntu Linux and: ``` Mattermost Author: Eion Robb Version: 1.1.2017.10.20.git.d6aa4dd Website: https://github.com/EionRobb/mattermost-libpurple ID String: prpl-eionrobb-mattermost Loadable: Yes Loaded: Yes...
I've 5 active/subscribed channels and in these channels are around 60 unique users. I'll generate a log file but it takes a while to pseudonymised the personal data. The first...
Maybe I could help, but I'm not a ``C/C++`` developer. The required libraries I installed via ``homebrew``: ``` $ brew install json-glib $ brew install pidgin --without-gui ``` It installs...
``` $ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 8.1.0 (clang-802.0.42) Target: x86_64-apple-darwin16.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ```
Moved lines like @jaroslawp expected. ``` $ make libmattermost.so gcc -fPIC -O2 -g -pipe -Wall -DMATTERMOST_PLUGIN_VERSION='"1.1.2017.07.08.git.90dc0ea"' -shared -o libmattermost.so libmattermost.c -Wl,-z,relro `pkg-config purple glib-2.0 json-glib-1.0 --libs --cflags` -I/opt/local/include -lz -Ipurple2compat...