Re: [Status Report] SoK-18 Project: Write tests and Improve protocol support for Kopete

2018-02-23 Thread Luiz Carlos
Hi friend, implement XEP-0333 Chat Markers, and enable plugin with omemo
https://conversations.im/omemo/

2018-02-14 9:52 GMT-02:00 Himanshu Vishwakarma :

> Hi,
>
> In this week, I go through the codebase of Jabber Protocol and start to
> write the unit test of the in the Jabber protocol. the issue which I posted
> in the status previous report is unsolved, I am working on it. Please give
> me some suggestion or link by which help me to solve the problem.
>
> Next, I plan to complete the unit test and also move toward the improving
> the workflow of the application. Please let me know if reports need to be
> more elaborate or any suggestion.
>
> Please review the patch: https://phabricator.kde.org/D10160
>
> Link to the blog: http://blog.himvish997.com
>
> Regards,
> Himanshu Vishwakarma
>
> On Mon, Feb 5, 2018 at 4:13 PM, Himanshu Vishwakarma  > wrote:
>
>> Hi,
>>
>> In this week, I worked on improving the previous patch and made the test
>> data-driven and now,  waiting for the review. I also wrote a new test of
>> class socket
>> ​ in
>> ​ ​
>> QQ protocol but
>> ​ there​
>> ​having some difficulties​
>> .
>> ​ I
>> ​will be
>>
>> ​glad
>> , If you look at the proble
>> ​m​
>>  and give the possible solution.​
>>
>> ​
>> When I compling test it give the error like
>> ​ this
>> ​
>> ​
>> /
>> In file included from /mnt/NewVolume/sok
>> *​​/kopete/protocols/qq/qqsocket.cpp*:26:0:
>>
>> /mnt/NewVolume/sok
>> *​​/kopete/protocols/qq/qqsocket.h*:18:10: fatal error: qobject.h: No
>> such file or directory
>>
>>  #include 
>>
>>   ^~~
>>
>> compilation terminated.
>>
>> /***
>> ​​
>>
>> ​To slove the problem, ​
>> ​I tried the many thing​s, some are follows:
>>
>>
>>- ​Replace to this
>> #include  instead of
>>​​
>>#include 
>> * ​​but got similar error*.
>>- I​
>>nclude the Qt5::Core library in th
>>​e​
>>kopete/tests/protocols/qq/CMakeLists.txt
>>​ ​
>>​and in the protocol CMakeLists.txt file also​.
>>- G​
>>ive the full path of the QObject library in
>> * ​​kopete/tests/protocols/qq/CMakeLists.txt* but the issue
>>​ remain same​
>>.
>>- Reinstall
>>​ed​
>>the Qt and change the lastest version Qt-5.10.0.
>>- If I comment the line
>>​ ​
>>​
>>*#include *
>> then
>>​error change but​
>>
>>similar
>>error has come to this line
>> * ​​#include *​
>>
>> Let me know if needed some more information related to the error.
>>
>> Next, I plan to resolve the issue in
>> ​above test
>>  and go through code base of other protocols basically Jabber protocol
>> ​ ​
>> and ​
>> I also want to confirm
>> ​​
>> that,
>> *​​should I remove the AIM protocol from the kopete?*
>>
>> Link to patch: https://phabricator.kde.org/D10160
>>
>> Regards,
>> Himanshu Vishwakarma
>>
>>
>>
>>
>>
>
>
> --
> Regards,
> Himanshu Vishwakarma
>


Suggestions for Kopete

2018-02-12 Thread Luiz Carlos
1: Enable OMEMO support https://conversations.im/omemo/ OTR is
outdate, many are speaking well of OMEMO.

2: SkypeWeb support, is a plugin that allows you to run skype without
having to run the official skype program, this a example:
https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb

3: Facebook Chat Support, facebook dropped support to XMPP, but is possible
make a plugin with API, see example:
https://github.com/dequis/purple-facebook

I have not yet seen a list of plugins to be added in kopete as it has in
the pidgin page, if it does not already exist, it would be interesting to
have it.