1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-29 06:44:50 +02:00
Commit graph

54 commits

Author SHA1 Message Date
Gaston Dombiak 680e57dcbf Initial version. SMACK-58
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2508 b35dd754-fafc-0310-a699-88a17e54d16e
2005-07-19 22:56:08 +00:00
Gaston Dombiak 8a48d3d11e Improved timeout logic.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2502 b35dd754-fafc-0310-a699-88a17e54d16e
2005-06-17 22:24:33 +00:00
Gaston Dombiak 6b887c9c32 Fixed initialization problem.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2491 b35dd754-fafc-0310-a699-88a17e54d16e
2005-05-26 03:54:49 +00:00
Gaston Dombiak b2c85d1ccc Fixed #testJoinLeftEvents since the server may send an unavailable presence to the user that just left the room.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2489 b35dd754-fafc-0310-a699-88a17e54d16e
2005-04-23 00:26:24 +00:00
Gaston Dombiak b453f61673 Initial version. SMACK-53
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2487 b35dd754-fafc-0310-a699-88a17e54d16e
2005-04-22 04:24:25 +00:00
Gaston Dombiak 4fee4feb5a Minor fixes (and some new test cases).
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2486 b35dd754-fafc-0310-a699-88a17e54d16e
2005-04-15 21:46:53 +00:00
Gaston Dombiak 7a7008a6c7 Increased delay between packets to give more time to the server for processing the packets.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2458 b35dd754-fafc-0310-a699-88a17e54d16e
2005-02-11 20:15:10 +00:00
Gaston Dombiak 6af5705ae5 Added support for discovering the rooms hosted by a MUC service. SMACK-13
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2455 b35dd754-fafc-0310-a699-88a17e54d16e
2005-02-06 16:36:23 +00:00
Gaston Dombiak f5c17aa6f3 Fixed to get the nickname of an occupant based on his presence. SMACK-43
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2453 b35dd754-fafc-0310-a699-88a17e54d16e
2005-02-02 22:42:57 +00:00
Gaston Dombiak e7bca260bc Added test to ensure that extensions sent together with the group chat room invitation are received by the invitee. JM-135
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2449 b35dd754-fafc-0310-a699-88a17e54d16e
2005-01-25 17:26:54 +00:00
Gaston Dombiak fd3f88480f Added a timeout for retrieving messages. Thus preventing an unrecoverable situation.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2446 b35dd754-fafc-0310-a699-88a17e54d16e
2005-01-12 03:01:43 +00:00
Gaston Dombiak 075db51590 Modified to allow sending extensions when inviting a user to a room. SMACK-40
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2444 b35dd754-fafc-0310-a699-88a17e54d16e
2005-01-11 17:35:41 +00:00
Gaston Dombiak 1bf4d2fed2 Added support for discovering MUC services. SMACK-39
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2443 b35dd754-fafc-0310-a699-88a17e54d16e
2005-01-03 02:08:23 +00:00
Gaston Dombiak 5386c77c7f Added test for anonymous users joining a room.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2441 b35dd754-fafc-0310-a699-88a17e54d16e
2004-12-31 04:31:12 +00:00
Gaston Dombiak 9cf3d53132 Minor fix.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2440 b35dd754-fafc-0310-a699-88a17e54d16e
2004-12-29 02:19:30 +00:00
Gaston Dombiak d2187b7374 Added notifications of occupant joining and leaving the room. SMACK-38
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2437 b35dd754-fafc-0310-a699-88a17e54d16e
2004-12-26 21:55:41 +00:00
Gaston Dombiak aaeb476f05 Removed welcome message from #testDiscussionHistory since the server no longer sends that message.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2431 b35dd754-fafc-0310-a699-88a17e54d16e
2004-12-17 02:42:03 +00:00
Gaston Dombiak 94db37b89b Added support for room management in batch mode. SMACK-4
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2430 b35dd754-fafc-0310-a699-88a17e54d16e
2004-12-15 19:03:37 +00:00
Gaston Dombiak 1d25c35031 Added test case for discovering room information. SMACK-11
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2426 b35dd754-fafc-0310-a699-88a17e54d16e
2004-12-15 01:44:43 +00:00
Gaston Dombiak 4519699dfa Added test that ensures that Smack answers a 404 error when the disco#info includes a node. SMACK-8
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2403 b35dd754-fafc-0310-a699-88a17e54d16e
2004-10-31 03:37:05 +00:00
Gaston Dombiak a71b6c92d6 Modified form's variable names according to the new spec version.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2399 b35dd754-fafc-0310-a699-88a17e54d16e
2004-10-30 17:14:15 +00:00
Gaston Dombiak b7bf4ad782 Changed #testCreateReservedRoom to set the default value as the answer of the form fields and also to specify the JID of the room owner.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2392 b35dd754-fafc-0310-a699-88a17e54d16e
2004-10-22 20:53:15 +00:00
Gaston Dombiak 4815fbbb7f Added test to ensure that the MUC service (server side) works with the old groupchat protocol
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2391 b35dd754-fafc-0310-a699-88a17e54d16e
2004-10-22 20:49:49 +00:00
Gaston Dombiak b2572bbce6 1. Adds new tests for discussion history and reserved nickname
2. Adds new asserts while testing invitations


git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2390 b35dd754-fafc-0310-a699-88a17e54d16e
2004-10-03 19:07:06 +00:00
Gaston Dombiak 151c904730 Changes some bare JIDs with full JIDs
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2378 b35dd754-fafc-0310-a699-88a17e54d16e
2004-09-10 21:39:56 +00:00
Gaston Dombiak 3c80abdf45 Moved identityName and identityType from SmackConfiguration to ServiceDiscoveryManager.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2359 b35dd754-fafc-0310-a699-88a17e54d16e
2004-08-09 22:09:20 +00:00
Gaston Dombiak f1c38d67d7 Adds new test for discovering if a server supports publishing of items. SMACK-150
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2351 b35dd754-fafc-0310-a699-88a17e54d16e
2004-08-05 16:57:57 +00:00
Gaston Dombiak 13d1c07741 Adds new test for discovering client's identity. SMACK-149
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2349 b35dd754-fafc-0310-a699-88a17e54d16e
2004-08-04 19:54:17 +00:00
Gaston Dombiak d471d42fbf Changes superclass to SmackTestCase.SMACK-142
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2339 b35dd754-fafc-0310-a699-88a17e54d16e
2004-07-12 13:36:13 +00:00
Gaston Dombiak 6a9660efef Moved from org.jivesoftware.smackx to org.jivesoftware.smackx.muc.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2335 b35dd754-fafc-0310-a699-88a17e54d16e
2004-07-06 13:04:16 +00:00
Gaston Dombiak bafef8947c Moved from org.jivesoftware.smackx to org.jivesoftware.smackx.muc.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2334 b35dd754-fafc-0310-a699-88a17e54d16e
2004-07-06 03:07:45 +00:00
Gaston Dombiak 5a9bfa3a1c Adds test case for banning, kicking, granting and removing privileges.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2318 b35dd754-fafc-0310-a699-88a17e54d16e
2004-05-30 16:43:13 +00:00
Gaston Dombiak 5fdc96acab Adds test case for "Modifying room subject".
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2314 b35dd754-fafc-0310-a699-88a17e54d16e
2004-05-18 17:50:34 +00:00
Gaston Dombiak 435fcd22c5 Converted this class to include only the tests that must be run when a room already exists
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2311 b35dd754-fafc-0310-a699-88a17e54d16e
2004-05-13 17:46:11 +00:00
Gaston Dombiak f840527300 Initial version.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2310 b35dd754-fafc-0310-a699-88a17e54d16e
2004-05-13 17:44:06 +00:00
Gaston Dombiak 2f69af2fc0 Initial version
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2301 b35dd754-fafc-0310-a699-88a17e54d16e
2004-04-26 02:36:34 +00:00
Gaston Dombiak e05235984b Changes made due to Form protocol modification
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2287 b35dd754-fafc-0310-a699-88a17e54d16e
2004-04-07 19:54:00 +00:00
Gaston Dombiak b25c9bb454 Adds new test cases
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2282 b35dd754-fafc-0310-a699-88a17e54d16e
2004-04-05 16:32:37 +00:00
Gaston Dombiak cf75ce471f Initial version
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2265 b35dd754-fafc-0310-a699-88a17e54d16e
2004-03-29 21:42:32 +00:00
Gaston Dombiak da3e7ab55d Replaces message send #getChatID with #setThreadID
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2244 b35dd754-fafc-0310-a699-88a17e54d16e
2004-03-11 16:33:25 +00:00
Gaston Dombiak a38e26be3a Removes initialization code that was replaced by the automatic system configuration
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2187 b35dd754-fafc-0310-a699-88a17e54d16e
2003-12-19 18:22:42 +00:00
Gaston Dombiak 45fbd2e4b7 Added #setUp and #tearDown
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2147 b35dd754-fafc-0310-a699-88a17e54d16e
2003-10-15 14:55:19 +00:00
Gaston Dombiak 60ce65d50b Initial check-in
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2143 b35dd754-fafc-0310-a699-88a17e54d16e
2003-10-13 23:12:34 +00:00
Matt Tucker 8e83a092db Added support for group chat invitations (SMACK-95).
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2135 b35dd754-fafc-0310-a699-88a17e54d16e
2003-10-12 04:40:08 +00:00
Gaston Dombiak fd8c992adc class deleted (name was misspelled)
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2115 b35dd754-fafc-0310-a699-88a17e54d16e
2003-09-28 03:30:21 +00:00
Gaston Dombiak 61d2cbde93 Initial check-in of XHTML support.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2114 b35dd754-fafc-0310-a699-88a17e54d16e
2003-09-28 03:27:14 +00:00
Gaston Dombiak 4ee9e4cee1 Initial check-in of XHTML support.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2113 b35dd754-fafc-0310-a699-88a17e54d16e
2003-09-28 03:22:06 +00:00
Gaston Dombiak d26301a65c modified the example to use unicode values for special spanish chars
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2110 b35dd754-fafc-0310-a699-88a17e54d16e
2003-09-28 03:01:54 +00:00
Gaston Dombiak 62211a89d0 Initial check-in of XHTML support.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2085 b35dd754-fafc-0310-a699-88a17e54d16e
2003-09-14 14:46:38 +00:00
Gaston Dombiak bceff343af Removed the setters methods from RemoteRosterEntry
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2069 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-26 16:05:57 +00:00