about summary refs log tree commit diff stats
path: root/tests/xmpp/stub_xmpp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-231-28/+7
* cmd_account_shows_account_when_connected_and_no_argsJames Booth2014-12-231-1/+9
* Added stubbed implementationsJames Booth2014-12-231-0/+254