Commit graph

1953 commits

Author SHA1 Message Date
Jan Kaluza
84f688128c fix typo 2016-02-18 17:05:54 +01:00
Jan Kaluza
3230128e95 Libpurple: Show display name and nickname in log before joining the room 2016-02-18 17:04:52 +01:00
Jan Kaluza
65d5b4fe99 Libpurple: When service.web_directory and service.web_url is set, PURPLE_MESSAGE_IMAGES are stored to web_directory and link is forwarded to the user. Tested only with Facebook for now. Fix #106 2016-02-18 14:30:18 +01:00
Jan Kaluza
408413abf2 Libpurple: Try to get topic when conversation is presented by libpurple. 2016-02-18 12:25:29 +01:00
Jan Kaluza
f81ecc9522 Libpurple: Implement has_focus callback, mark the conversation as active on any chatstate notification 2016-02-18 08:14:55 +01:00
Jan Kaluza
99e958e8c8 Libtransport: Send self presence as first one when joining from second resource 2016-02-18 07:34:59 +01:00
Jan Kaluza
2ca447264a Libtransport: Debug message for Conversation::sendParticipants 2016-02-17 17:52:16 +01:00
Jan Kaluza
0b069fe5cd Fix VCard extended_test 2016-02-15 14:16:36 +01:00
Jan Kaluza
9096914225 Use value_or instead of get_value_or 2016-02-15 13:17:49 +01:00
Jan Kaluza
7ba8909d71 Use value_or instead of get_value_or 2016-02-15 12:21:04 +01:00
Jan Kaluza
26fc8a0323 Fix compilation with Swiften 3.0-rc2. This is now the minimal Swiften 3 version to compile with. Compilation with Swiften 2 is still supported. 2016-02-15 09:57:25 +01:00
Jan Kaluza
56eaa5e880 Use cmake_policy only for cmake 3.x.y 2016-02-11 15:43:14 +01:00
Jan Kaluza
899d6fe53f Libtransport: Debug lost PING to backend 2016-02-11 14:42:17 +01:00
Jan Kaluza
8a903b9bfb Fix #111 - send the icon hash to the backend 2016-02-11 13:53:48 +01:00
Jan Kaluza
56de41bb97 Swiften: Check if the legacyname contains the resource and do not append our in that case 2016-02-10 22:22:05 +01:00
Jan Kaluza
2eccba0698 Web interface: show warning when trying to register already registered username 2016-02-10 18:50:11 +01:00
Jan Kaluza
c80c02ccb1 Libtransport: Rename user when he tries to connect to room from second client with different nickname than he used with first client 2016-02-10 17:02:06 +01:00
Jan Kaluza
5c595ccf83 Add Spectrum 2 logos to github to not lost them :) 2016-02-10 08:12:18 +01:00
Jan Kaluza
92647102ee Preparation for 2.0.2 2016-02-09 09:00:58 +01:00
Jan Kaluza
de8114d2da Libpurple: Do not change the nickname when joining the room when it is the same as the one used by the user 2016-02-09 08:01:04 +01:00
Jan Kaluza
2580eba947 Libtransport: Test for previous commit 2016-02-08 20:49:22 +01:00
Jan Kaluza
80d1f8f90f Libtransport: Disconnect from room when user is connected using multiple resources and he just disconnects one of them without sending unavailable presences to the rooms 2016-02-08 20:13:43 +01:00
Jan Kaluza
603b6b9ecd Fix warnings when running cmake 2016-02-08 17:06:37 +01:00
Jan Kaluza
6dd3863200 Do no create Swift::JID with an empty node 2016-02-08 16:00:17 +01:00
Jan Kaluza
18410fbf85 Libtransport: Make the error message more verbose when we are not able to load [logging] files 2016-02-08 15:18:03 +01:00
Jan Kaluza
d70ddd7fff Rever OPENSSL_FOUND change in the previous commit 2016-02-08 14:01:59 +01:00
Jan Kaluza
247e51a194 Remove skype backend from spectrum2.spec 2016-02-08 13:57:30 +01:00
vitalyster
28603c8734 drop old skype backend from debian packages 2016-02-08 12:55:54 +00:00
Jan Kaluza
b628deb2d8 Remove old skype backend 2016-02-08 13:33:12 +01:00
Jan Kaluza
43f871a93f Libpurple: Fallback to users-list for room-list when topic is not set 2016-02-08 13:16:49 +01:00
Jan Kaluza
c4542dc368 Changelog update 2016-02-08 13:03:39 +01:00
Jan Kaluza
f15f56504f Swiften backend: Do not need registration for swiften backend 2016-02-08 12:41:08 +01:00
Jan Kaluza
bd58841581 Libtransport: test for aliases in MUC rooms 2016-02-08 10:19:21 +01:00
Jan Kaluza
9de5e656da Libpurple + Libtransport: Support aliases in rooms, fix joining rooms on protocols where you cannot join with custom nickname, show topic in the service discovery for rooms. 2016-02-08 09:26:34 +01:00
Jan Kaluza
dc6c6f8337 Libpurple: Change the nickname before joining the room to match the nickname used by the libpurple 2016-02-07 22:57:13 +01:00
Jan Kaluza
30cf3c114a Libpurple: Add missing return; 2016-02-07 21:59:31 +01:00
Jan Kaluza
89967ed373 Libpurple: Check if 'topic' and 'who' is not null 2016-02-07 21:53:19 +01:00
Jan Kaluza
39c8618da6 Libtransport: Allow setting room list per user 2016-02-07 20:53:35 +01:00
Jan Kaluza
5f04f45903 Libtransport: Fix #85 - Add iconhash field to Participant type. When backend uses that field, Frontends will ask for VCards with name set to 'room/user' format. 2016-02-06 15:51:11 +01:00
Jan Kaluza
3566e833e3 Libpurple: Fix #107 - Forward room topic to frontend 2016-02-06 11:41:43 +01:00
Jan Kaluza
66323700f5 Libtransport: Fix IQs forwarding in Raw XML mode + test it 2016-02-06 09:37:25 +01:00
Jan Kaluza
17f3dabe14 Libtransport: Fix and enable rawXML tests 2016-02-06 07:57:48 +01:00
Jan Kaluza
2b768b45ac Libtransport: Use \40 instead of % in room list 2016-02-05 08:42:41 +01:00
Jan Kaluza
10d29c265b Conversation: Use full JID escaping when \40 found in the room JID 2016-02-04 15:12:23 +01:00
Jan Kaluza
12bb35171c Test: add missing avatar.py 2016-02-04 08:52:17 +01:00
Jan Kaluza
ddee629fe4 Libtransport: Fix crash in avatar handling code when storage backend is not set. Add extended_test for avatars using libpurple backend 2016-02-04 08:09:37 +01:00
Jan Kaluza
321215840b Fix #92 - Handle the XMPP user's VCard change and forward it to the backend. 2016-02-04 06:55:14 +01:00
Jan Kaluza
8ba77c9ede Web interface: catch bad_any_cast in send_command method 2016-02-03 15:03:54 +01:00
Jan Kaluza
e921269e4e Spectrum manager: Replace exit(...) with return; and handle errors in the main() 2016-02-03 06:27:42 +01:00
Jan Kaluza
2b0783187c Spectrum manager: Catch boost::lexical_cast exceptions. 2016-02-03 06:09:42 +01:00