about summary refs log tree commit diff stats
path: root/tests/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Add callback data to room disco info response handlerJames Booth2015-03-291-1/+1
* Set members only property when getting room featuresJames Booth2015-03-291-1/+1
* Show message received text for receiptsJames Booth2015-03-111-2/+4
* Send private carbons element with message when encryptedJames Booth2015-03-101-0/+6
* Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+2
* Simplified autocompleters and command historyJames Booth2015-01-161-2/+2
* Added test to ensure chat sessions cleared on cmd_disconnectJames Booth2015-01-101-1/+1
* Refactored chat session handling on sending messageJames Booth2015-01-041-5/+2
* Moved chat states out of xmpp module for message send chatJames Booth2014-12-271-1/+4
* Removed old mocksJames Booth2014-12-252-381/+0
* Added form testsJames Booth2014-12-251-70/+1
* Added cmd_roster testsJames Booth2014-12-241-3/+18
* Added cmd_rooms testsJames Booth2014-12-241-1/+6
* Added cmd_otr testsJames Booth2014-12-241-1/+6
* Added cmd_join testsJames Booth2014-12-241-1/+7
* Added cmd_connect testsJames Booth2014-12-241-2/+7
* Added cmd_bookmark testsJames Booth2014-12-241-3/+8
* Refactored all cmd_account testsJames Booth2014-12-241-3/+8
* Use will_return instead of mock valuesJames Booth2014-12-232-34/+7
* cmd_account_shows_account_when_connected_and_no_argsJames Booth2014-12-232-1/+11
* Added stubbed implementationsJames Booth2014-12-232-0/+258
* Fixed testsJames Booth2014-12-201-2/+2
* Refactored all window recipients and typesJames Booth2014-12-202-6/+6
* Fixed tests to work with cmocka 0.4.1James Booth2014-05-261-3/+3
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-102-12/+18
* Use expect_value == NULL for NULL parameters in testsJames Booth2014-03-161-3/+3
* Added /roster clearnick commandJames Booth2014-03-162-0/+30
* Added /roster remove testsJames Booth2014-03-162-0/+21
* Added /roster add testJames Booth2014-03-162-0/+23
* Added test for /join with nick optionJames Booth2014-03-082-0/+29
* Test /otr start sends OTR query message to current recipientJames Booth2014-02-232-0/+17
* Mock otr module for cmd_otr testsJames Booth2014-02-161-2/+2
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-022-3/+8
* Added message when bookmark updatedJames Booth2014-02-022-3/+8
* Added /bookmark remove testsJames Booth2014-02-022-0/+23
* Added cmd_bookmark testsJames Booth2014-02-012-0/+29
* Added test for /bookmark listJames Booth2014-02-012-0/+15
* Added cmd_connect tests for connecting server and portJames Booth2014-01-182-19/+10
* Fixed broken testsJames Booth2014-01-181-0/+3
* Fixed test compilationJames Booth2014-01-181-1/+2
* Test for presence update when changing priorityJames Booth2013-12-272-0/+39
* Removed mock code from testsJames Booth2013-12-262-0/+86
* Replaced old mock_xmppJames Booth2013-12-182-202/+36
* Added common mock functions and fixed testsJames Booth2013-12-181-69/+134
* Added tests for connecting with accountJames Booth2013-12-151-0/+1
* Moved _ask_password to UI moduleJames Booth2013-12-151-0/+3
* Mocked account preferences and tested cmd_roomsJames Booth2013-12-141-2/+7
* Added missing filesJames Booth2013-12-141-0/+150