about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+1
* Added form field type enumJames Booth2014-09-101-0/+15
* Rewrite form parserJames Booth2014-09-061-1/+13
* Created form moduleJames Booth2014-09-051-0/+2
* Debug room config form fieldsJames Booth2014-09-051-0/+2
* Parse data form for room configurationJames Booth2014-09-041-0/+10
* Added /room config edit and /room config cancelJames Booth2014-09-041-0/+2
* Added /ping commandJames Booth2014-09-041-0/+1
* Validate usage of /room config command, added UI messagesJames Booth2014-09-031-1/+1
* Send room destroy iq on /room config cancelJames Booth2014-09-031-0/+1
* Send instant room requestJames Booth2014-09-031-0/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-101-2/+4
* Updated copyrightJames Booth2014-03-091-1/+1
* Added test for /join with nick optionJames Booth2014-03-081-1/+1
* Adding password handling for joining chatroomsKristofer M White2014-02-271-1/+1
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-1/+1
* Added message when bookmark updatedJames Booth2014-02-021-1/+1
* Moved xmpp ping to iq moduleJames Booth2014-01-261-1/+1
* Fixed test compilationJames Booth2014-01-181-1/+1
* WIP - Adding port to account optionsJames Booth2014-01-181-1/+1
* Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-051-1/+1
* Bind roster functions in main.cJames Booth2013-12-221-0/+1
* Bind presence functions in main.cJames Booth2013-12-221-0/+1
* Bind message functions in main.cJames Booth2013-12-221-0/+1
* Bind iq functions in main.cJames Booth2013-12-221-0/+1
* Bind capabilities functions in main.cJames Booth2013-12-221-0/+1
* Bind bookmark functions in main.cJames Booth2013-12-221-0/+1
* Bind jabber functions in main.cJames Booth2013-12-221-0/+2
* Dynamically bind xmpp module apiJames Booth2013-12-181-49/+49
* Added simple mock test, refactored rosterJames Booth2013-12-141-28/+12
* Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-1/+1
* Use passwords from the accounts fileTomás Senart2013-10-141-2/+1
* Implemented /group command with no args (list groups)James Booth2013-06-021-0/+1
* Changed autocomplete for /group and /whoJames Booth2013-06-021-0/+1
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+4
* Added message in console on /roster addJames Booth2013-06-021-1/+2
* Added /roster remove commandJames Booth2013-06-021-0/+1
* Added /roster add commandJames Booth2013-06-011-0/+1
* Added roster list when using /roster with no argsJames Booth2013-06-011-0/+1
* Add groups to roster contactsJames Booth2013-05-221-1/+1
* Removed unused offline_msg parameter from roster_addJames Booth2013-05-211-2/+1
* Refactored roster push handlingJames Booth2013-05-211-1/+1
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-211-1/+1
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-211-1/+1
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-211-1/+1
* Added jid autocompleter for /roster nick commandJames Booth2013-05-201-0/+1
* Use handle in /msg commandJames Booth2013-05-191-0/+1
* Added /roster command with nick option to change handleJames Booth2013-05-191-0/+1
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-0/+18