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
other logging. Updated abstract_setup.xml to check the javaUtilities baseline directory and the cots directory
for dependency jars so that symbolic links are not needed in order to build. Fixes for Archive log access
and search.
Change-Id: I7ca111cebb4dae998ce1390f3bb73b0f48eb7174
Former-commit-id: 480c86e5bbe6866b8c4c285006d3d7f7fed2b056
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
changed add/remove group icon colors
created icons for add/remove contact, alias contact and rename group
Former-commit-id: 3f7cfbbf1c60cffa0aa31f53b29521b78774042e
Amend: Added comments and cleaned up preference store
Change-Id: Iac708c0988fc1b8f552d3bccf76b1706d6324b8d
Former-commit-id: cc34e3dbebe13ec4f63b7529f5053391135837ef
new icons for change color and transfer leader menu items
fixed NPE when cancelling change color dialog
Former-commit-id: 71c13c7a24fb4c3d7556d30ae35a3633b74f7bb3
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
previous refactor broke type check for blocked icon logic
moved blocked icon logic to subclass that handles roster tree labels
Former-commit-id: 7f3a2f5e631176426ece6384719f3b1c9b00105a
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
previously defaulted to userid if handle left blank
now reprompts for handle
preferences now default to userid to pre-fill handle
Former-commit-id: ae5f2d2b547241e7ba9c22aabaf64fceceb1b563
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