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: aee98ecfb0 [formerly e832f6420b6363a3c951725e0d23f460b2efb42e]
Former-commit-id: dc55cd5b5c
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: dc94769c14 [formerly b3bf76b676b7e75559236d67c687cd5011859a8b]
Former-commit-id: 44d161729f
changed add/remove group icon colors
created icons for add/remove contact, alias contact and rename group
Former-commit-id: c9906cde88 [formerly 3f7cfbbf1c60cffa0aa31f53b29521b78774042e]
Former-commit-id: c0e4615967
new icons for change color and transfer leader menu items
fixed NPE when cancelling change color dialog
Former-commit-id: 89a48c3f6b [formerly 71c13c7a24fb4c3d7556d30ae35a3633b74f7bb3]
Former-commit-id: aaa2de20f4
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: 3a135b8eac [formerly 453604eca5fca9e5d14ba1842dc7f76f1e0180ca]
Former-commit-id: dc074a9650
previous refactor broke type check for blocked icon logic
moved blocked icon logic to subclass that handles roster tree labels
Former-commit-id: 3307f5ea5e [formerly 7f3a2f5e631176426ece6384719f3b1c9b00105a]
Former-commit-id: a94b366e26
VenueParticipant no longer a subtype of UserId
New interface for both
refactored base classes to be generic for user types
Former-commit-id: 0ac7ff81cf [formerly e91ae6eacf4af9e25afc213c3cd0c269c8d465f4]
Former-commit-id: ef52908906
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: caa8360ac7 [formerly 0c4a7915870f374cb4e728303939335cb0691c84]
Former-commit-id: 579f7c826d
previously defaulted to userid if handle left blank
now reprompts for handle
preferences now default to userid to pre-fill handle
Former-commit-id: ddf5b2a3ef [formerly ae5f2d2b547241e7ba9c22aabaf64fceceb1b563]
Former-commit-id: 0765451a9d
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: 6518b88fe5 [formerly 24343a796d0089824dde2f7039cdf93ed0ebf88c]
Former-commit-id: 7d6e116b9f
usersearch returns matches for any part of string
added method to restrict to exact matches only
Former-commit-id: 6ea009a2e1 [formerly 74daa7109149073c615d13c25092f6d08a77b936]
Former-commit-id: cfa3c9e0e8
default handle autofills session dialogs
is also used to connect to feed venue (error popup if already taken)
Former-commit-id: 16c1aaed3e [formerly f10f42753c541d4003b4c67a84a1d50e033941d3]
Former-commit-id: 1ff4ed1ae9
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: b0402be1d3 [formerly 4d860337ea821975b6ddb4846f102199347a4dcc]
Former-commit-id: b88eaeb73e
venues now handle identity differently with VenueParticipant instead of UserId
fixed alias bug due to roster entry change
Former-commit-id: 3250eb34f5 [formerly 9a8b011683ffe7194c48b1827d3a4f0ddf4f9627]
Former-commit-id: 3e585945d6
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: 5b9f694930 [formerly 850cbc03ebea6f26ac7095abffe7729985c426c4]
Former-commit-id: c498307b30
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: bd19366ada [formerly 8ad4c1674d2719a7781eb137669eb15212a1488c]
Former-commit-id: 6b1843f19a
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: 26ac549096 [formerly 06a9db4836fa2753a913e2314a8c003380416eac]
Former-commit-id: f615f2226f
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: bf6cf2f2ee [formerly 0176ba7963a5ff5bbd37b2e0867cbf97f4a3ef66]
Former-commit-id: 79446d983b
now persists user entered servers to localization
Former-commit-id: c8cfc788f3 [formerly 43fc94e9cc2a7f518971d509478f3b9a65588d19]
Former-commit-id: 487aa58778
The default port for postgres was there by mistake
Former-commit-id: dfcf6e9ade [formerly c6e76f765aa6cbb50b238bb3d01de7fe365d150d]
Former-commit-id: e263cdb63a
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: b01e6f0c98 [formerly b995fe2036d4c0e26e25edd7f4bffd956d82921f]
Former-commit-id: cea12a1a1d
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: d07bc465d4 [formerly 5fe0f88b3465ba65efabe2a41d1df392c85e041f]
Former-commit-id: 73347283b6
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: e4bd8a3e2c [formerly 23d898308fb3aa673d85fdf00495d43e4c02a08f]
Former-commit-id: 2b8668a4eb
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: af83c0cf87 [formerly b3173727f3f685119be3668779eb5da7e075df50]
Former-commit-id: 09c0267237
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: ce0a34b53c [formerly 3781483ef6dd1889aa0ecd6ccc83bfb2461713b5]
Former-commit-id: 80650337ce
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: e6c4b39aca [formerly 6fc85f79c126283eb4dbddfa94943523d9ff0a6d]
Former-commit-id: 8ece30944a