14.4 now defaults to sending directly to user id (if known)
Change-Id: Id0d78a6f6287cebe7b6f110143b1b6a735078e5d
Former-commit-id: 424c3630897847a6b2362418618d0806093223ce
group chat session colors controlled by session color manager
color config persistence moved to utility
shared display uses same action to change colors as other sessions
Change-Id: I8ba4a3fb4842e3f96f05ee6d16b7e81e9567f6d7
Former-commit-id: c0cd560fb1b6e8c04047c0d7b7d407e9072f0cec
api changes
reworked ogc jaxb manager to use parent class
Change-Id: I92b4cd6a48faf80462b9ca483a4f5d6cba78de48
Former-commit-id: 125c31f035057676d8c97a9b6c7a1d7b1b7f5bcb
bounced chat messages now result in error messages in window
fixed view secondary id bug with userids (removed resource from key)
Change-Id: I76a68bf290b0c5205361bc6c78fda99336d7c62d
Former-commit-id: a31b7f213081f384bd23d53a431ce53593254c25
can now invite users to session from search dialog
fixed bug where only first person in selection would be invited
Former-commit-id: 2509bb6d8c28cb78adc8fd4380d16a0f8f0d8acb
no longer get empty group if user denies contact request
fixed UI update issue when server removes from your roster
added icon for pending contact request
fixed auto accept reply from users you initiated contact request with
Former-commit-id: 01e773fb9d4ec8b0ab75ddf714b79debb9ad4096
if user is logged in to a client that supports shared displays, invites always go there
behaviour unchanged if not logged into a client that supports shared displays
added better resource name than 'Smack' for cave clients
Former-commit-id: 796e4dcd2d81d8b34ae835dbe8443fd56ba873e3
needed since collaboration server lower cases room names
lower cased on creation so in memory matches what is on the server
Former-commit-id: 7a2423f4a90597706e52ce0f89bacb1a0e10f067
now only checks if the bare ID (no resource) is subscribed to topic
added method to check for same ID using multiple handles
Former-commit-id: 09d7a1113a6254d8f01cf42d863e9365aac23cc7
moved non-session classes out of session package
connection classes moved to connection package
made separate classes for connection listeners
removed password from heap
login dialog remembers last server used
added reconnect handler to prompt user to re-login after disconnect
Former-commit-id: 762e7d3a1ff47f794aa843d2b159ac78b4ab12a3
clients were missing events and messages because listeners weren't up before joining
collaboration connection needed to add to session map before joining the session
display containers needed to register with session event bus before joining the session
clients no longer send events to empty sessions
Former-commit-id: e832f6420b6363a3c951725e0d23f460b2efb42e
the server can be queried for userids by room admins
this does not update the stored participant info in muc
added cached, on-demand check for userid for participants
needed for leadership transfer
Former-commit-id: b3bf76b676b7e75559236d67c687cd5011859a8b
collaboration HTTP server now requires auth header (configured via openfire)
added auth to cave client
Former-commit-id: e0e4dfdedff283c809060257fbf04e777faf318d
added username to paths in http urls to prevent old events from being picked up with new leader
added simple check to prevent invalid leader change events from being processed
Former-commit-id: 58c826ec371f10295fa6f4e236ff85a52698719d
fixed history messages having incorrect 'from' type
added ignore to dispose messages after room is closed
renamed tool tip for userid to match how JIDs are labled in client
Former-commit-id: 453604eca5fca9e5d14ba1842dc7f76f1e0180ca
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
new servlet http service that communicates with openfire for configuration
new openfire plugin to reflect new http service
openfire and http service no longer need to be on same machine
moved http header parsing code from ogc to common util
updated collaboration http code to prefer XML instead of HTML
Former-commit-id: ff23569984eee43927c10ca041ca7e0ca4d40a3b
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