collaboration was being shutdown even though smack was trying to reconnect
changed to notify of disconnect, but not shutdown until reconnect fails
Former-commit-id: 231c3cd84e3c86caba81708581be911e771aa774
tree view uses hashmap to decide if a node is new
tree was collapsing groups/sessions on refresh since it thought they were new nodes
Former-commit-id: 9a4b091f7e2655f48fd061021d161c4eb2e63dd8
VenueParticipant no longer a subtype of UserId
New interface for both
refactored base classes to be generic for user types
Former-commit-id: e91ae6eacf4af9e25afc213c3cd0c269c8d465f4
user was being added to roster twice, the second time overwrote the group info
changed dialog to pass group info back so we only add once
Former-commit-id: 0c4a7915870f374cb4e728303939335cb0691c84
any exception thrown while parsing packets disconnects stream
changed to logging parsing problems and returning empty payload so we stay connected
added null check when sending to topic
Former-commit-id: 808727ce287116be8c8e2a93ce0fc4b3a996c0ef
xmpp does not limit the characters that can go in a handle
fixed id from room parsing to account for special characters
Former-commit-id: 24343a796d0089824dde2f7039cdf93ed0ebf88c
usersearch returns matches for any part of string
added method to restrict to exact matches only
Former-commit-id: 74daa7109149073c615d13c25092f6d08a77b936
default handle autofills session dialogs
is also used to connect to feed venue (error popup if already taken)
Former-commit-id: f10f42753c541d4003b4c67a84a1d50e033941d3
we were sending the wrong presence type when accepting request
pidgin handled it, but it wasn't to the spec
fixed by adding contact to roster if not already a friend
request authorization dialog doesn't prompt for group if they are already in one
Former-commit-id: 4d860337ea821975b6ddb4846f102199347a4dcc
venues now handle identity differently with VenueParticipant instead of UserId
fixed alias bug due to roster entry change
Former-commit-id: 9a8b011683ffe7194c48b1827d3a4f0ddf4f9627
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
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
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
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
room ids were being generated with the hostname used to connect to the server
they needed to be generated with what the server calls itself
Former-commit-id: 99fb102b270baa5c45f1c9963f47344ede93a34a
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
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
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
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