Commit graph

20 commits

Author SHA1 Message Date
Brian Clements
3e585945d6 Issue #2698 added handles to venues
venues now handle identity differently with VenueParticipant instead of UserId
fixed alias bug due to roster entry change


Former-commit-id: 9a8b011683ffe7194c48b1827d3a4f0ddf4f9627
2014-01-31 09:44:31 -06:00
Brian Clements
c498307b30 Issue #2698 made sessions private and invite only
removed venue info because you can't get it for private rooms
improved error handling for existing room when attempting to create
fixed default compression config


Former-commit-id: 850cbc03ebea6f26ac7095abffe7729985c426c4
2014-01-29 10:16:15 -06:00
Brian Clements
6b1843f19a Issue #2700 added contact request dialog
user is now prompted to accept contact request
added support for managing contacts that haven't accepted contact requests
contacts list shows new icon for contacts that haven't accepted contact requests


Former-commit-id: 8ad4c1674d2719a7781eb137669eb15212a1488c
2014-01-28 10:07:11 -06:00
Brian Clements
f615f2226f Issue #2701 removed local groups from collaboration
added shared groups to represent groups managed by server
local group actions changed to modify roster groups
code cleanup on contacts manager including removing unneeded roster manager
update script to clean up localization files
removed ui option to create an empty group


Former-commit-id: 06a9db4836fa2753a913e2314a8c003380416eac
2014-01-27 10:14:10 -06:00
Nate Jensen
bdb4d8bdeb Merge "Issue #2630 added away timeout for collaboration inactivity" into development
Former-commit-id: 14d419fdd187e4e1e537590e626ec33d3f5b071f
2014-01-15 13:48:13 -06:00
Brian Clements
24190efb75 Issue #2630 added away timeout for collaboration inactivity
eclipse job in connection subscriber
preferences added to collaboration prefs page


Former-commit-id: c6fded1429e44033bb989c1d9caaac87c72eb440
2014-01-15 13:20:25 -06:00
Brian Clements
79446d983b Issue #2630 fixed status parsing bug
status from preference store wasn't being parsed correctly
changed connection data to store as Mode object instead of string
added parse method to collaboration utils


Former-commit-id: 0176ba7963a5ff5bbd37b2e0867cbf97f4a3ef66
2014-01-15 10:24:09 -06:00
Brian Clements
487aa58778 Issue #2563 added user server add/remove functionality
now persists user entered servers to localization


Former-commit-id: 43fc94e9cc2a7f518971d509478f3b9a65588d19
2014-01-09 13:19:59 -06:00
Brian Clements
e263cdb63a Issue #2563 fixed default xmpp port
The default port for postgres was there by mistake


Former-commit-id: c6e76f765aa6cbb50b238bb3d01de7fe365d150d
2014-01-07 10:52:50 -06:00
Brian Clements
cea12a1a1d Issue #2563 modified server config parsing to allow for custom port
Replaced parsing code that assumed no colon in the server name, which prevented connecting to servers that didn't use the default XMPP port.


Former-commit-id: b995fe2036d4c0e26e25edd7f4bffd956d82921f
2014-01-06 14:14:38 -06:00
Brian Clements
73347283b6 Issue #2563 fixed label issue for non-grouped roster entry
the old code assumed that the username was populated in the roster object
new code uses the userId which is always populated


Former-commit-id: 5fe0f88b3465ba65efabe2a41d1df392c85e041f
2013-12-20 14:40:00 -06:00
Brian Clements
2b8668a4eb Issue #2563 roster updates for stock servers
added functionality that makes the contact list compatible with server rosters that could be modified with other clients
added support for roster entries that aren't in a local or server group


Former-commit-id: 23d898308fb3aa673d85fdf00495d43e4c02a08f
2013-12-20 12:03:04 -06:00
Brian Clements
09c0267237 Issue #2563 compatibility features for stock xmpp servers
added more listener handling for venue events and server disconnection
added capability to connect to a different server from UI
added better error messages for failed connection/login to server
fixed assumptions that server always sends HTTP url and has feed chatroom


Former-commit-id: b3173727f3f685119be3668779eb5da7e075df50
2013-12-20 10:41:13 -06:00
Brian Clements
80650337ce Issue #2562 moved session data from chat to packet extension
delegated compression to smack
added timeout for http config
fixed getting all joined venues
fixed room invitation from non-cave client
create session checks for session name already used


Former-commit-id: 3781483ef6dd1889aa0ecd6ccc83bfb2461713b5
2013-12-19 12:08:21 -06:00
Brian Clements
8ece30944a Issue #2561 removed ECF from collaboration
added smack 3.3.1 to cots
collaboration now uses smack directly for XMPP
moderate code cleanup on collaboration.comm
added double click to start chat in participant list


Former-commit-id: 6fc85f79c126283eb4dbddfa94943523d9ff0a6d
2013-12-06 17:07:16 -06:00
Lee Venable
a2f75e547d Issue #2483 - Fixed image memory leak.
Former-commit-id: b590a1d5799a94068fe9e444e40bb3819d596071
2013-10-23 08:26:49 -05:00
Matt Nash
fdc6db0a50 Issue #1476 make fix for collaboration for issues with closing of views when detached
Change-Id: Id35df245089ae352b5023ad2d31d1519379f8293

Former-commit-id: 42a3798a2fcee3c383814b92c9010f77eb7b242a
2013-03-04 09:41:11 -06:00
Steve Harris
8e5f9e0e6c 13.1.2-6 baseline
Former-commit-id: 184f16c9f91fb06efa7aeaf5499ace33f4f17bf7
2013-01-06 14:55:11 -06:00
Steve Harris
c0c1d56f3a 13.1.2-2 baseline
Former-commit-id: 221d0aaf0e19a054387134e72a76a278159bf4d0
2013-01-06 14:32:24 -06:00
Steve Harris
d3497e47eb 12.11.1-4 baseline
Former-commit-id: dddf20c9518c578d1bebd0b5e01b10c5080fd24e
2012-10-16 13:27:07 -05:00