Jarek Polok
Jarek Polok
OK, current version of patch enables `/sendfile` command for both chat and im convs and adds menu item **Send File** for both too: if given UI does not implement `purple_conversation_has_focus`...
This [Spectrum2](https://github.com/hanzz/spectrum2) I guess ? ... If you run pidgin with --debug we should be able to see how it tries to communicate with the gateway.
logs showing how purple-mattermost is communicating with the Spectrum2 - yes.
OK, I see that when we send 'mm_get_users_by_ids' request: ``` 31715: 2017-07-13 12:51:18,498 INFO libpurple: mattermost:Fetching url https://mattermost.example.com/api/v3/users/ids 31715: 2017-07-13 12:51:18,498 INFO libpurple: mattermost:With postdata ["pmirzzru7fdpfmoyxydfx3hmar","p7qjue43fjf1mekzcdpumzhtjc","z7m68jcp37bgb8mjcbnauz5eww","kr46o9w7538h58mnnz3yffm3nh"]} ``` we do not...
Thanks for the fix: https://github.com/EionRobb/purple-mattermost/pull/61 ! The [] could be a valid answer possibly.. maybe we should get a look at logs again after your fix ? Your fix makes...
OK, I think the current master has some problems (for example some channels will appear only on restart .. etc): can you check multi-team branch: https://github.com/EionRobb/purple-mattermost/tree/multi-team (assuming MUC = Multi...
yes, added it there too.
Thanks for investigating: we would need to make some more changes as this will break multi-team feature I'm afraid (same channel names across different teams)... let me check what could...
Hmm.. I'm trying to figure out why the team-id^channel-id^channel-name---team-name is not understood (or accepted) by spectrum2 .. is this question of some characters (^? or --- ?) or sthg else...
Thank you for all the information: I will try to have a look at that, but unfortunately for now I'm little bit busy with other projects ... so may take...