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
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