Sergei Ilinykh
Sergei Ilinykh
It was surprising generated makefiles does not install library/headers into system. Instead it creates some xbin and install there. Please make proper installation 1. Executables into /usr/bin by default 2....
It would be nice to have *.pri with al the logic inside which could just be included into upper level project to compile and link everything with upper level project....
It's possible a responder may want to replace transport before session/content accept. In this case it's necessary to send initial transport offer twice (with replace and with accept) which basically...
While XEP web pages look good it becomes quite a procedure to fix any inaccuracies (fix xep source code, make PR, wait for feedback, update PR.... eventually it's merged). But...
**Buggy scenario:** 1. [UNCONFIRMED] whatever way make a contact untrusted (remove its keys) and likely restart Psi after that. 2. start chatting with the contact using Conversation from the same...
Basically having json files with metadata now allow to update their properties dinamicaly on git commit. So we can a git hook which automatically add entries to the plugins' changelogs....
``` (gdb) bt #0 0x00007ffff4ce7428 in raise () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff4ce902a in abort () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00007ffff4d297ea in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #3 0x00007ffff4d3237a in ?? () from...
Some ideas... so we use webdav to work with the disk. also we have an API http://api.yandex.ru/disk/ we prefer oauth since we don't want to store user credentials workflow on...
Original [issue 359](https://code.google.com/p/psi-dev/issues/detail?id=359) created by psi-plus on 2010-10-14T13:48:32.000Z: It would be really nice if Psi+ supported XEP-0083 XMPP extension, nested groups in roster. See http://xmpp.org/extensions/xep-0083.html for the description.