about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2014-03-0917-15/+57
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-084-5/+5
* Added test for /join with nick optionJames Booth2014-03-083-6/+6
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-062-2/+2
* Making whitespace consistently spaces, not tabsKristofer M White2014-02-271-1/+1
* Adding password handling for joining chatroomsKristofer M White2014-02-275-6/+19
* Removed id from bookmarks addJames Booth2014-02-031-1/+0
* Implemented add bookmark for XEP-0223James Booth2014-02-023-2/+106
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-021-2/+10
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-022-2/+4
* Added message when bookmark updatedJames Booth2014-02-022-2/+4
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-1/+1
* Renamed handle_error_message -> handle_presence_errorJames Booth2014-01-301-1/+1
* Moved error handling logic to server_eventsJames Booth2014-01-281-12/+1
* Added generated id's to presence stanzasJames Booth2014-01-282-1/+12
* Refactored presence_error_handlerJames Booth2014-01-272-40/+42
* Added fallback message error handlersJames Booth2014-01-271-2/+11
* Fixed commentJames Booth2014-01-271-1/+1
* Moved connection_error_handler to _presence_error_handlerJames Booth2014-01-273-46/+47
* Removed unnecessary strdupJames Booth2014-01-271-3/+2
* Show original error messageJames Booth2014-01-261-7/+19
* Changed error message when couldn't join roomJames Booth2014-01-261-2/+3
* Handle recipient not foundJames Booth2014-01-263-1/+124
* Added generated id to chat state stanzasJames Booth2014-01-261-0/+2
* Added generated id to invitesJames Booth2014-01-261-0/+2
* Add generated id to messagesJames Booth2014-01-263-9/+8
* Added id handler for pings, disable ping on error type 'cancel'James Booth2014-01-261-0/+36
* Use generated id on ping iqsJames Booth2014-01-261-1/+2
* Moved xmpp ping to iq moduleJames Booth2014-01-263-38/+42
* generate_unique_id allows prefixJames Booth2014-01-251-2/+2
* Add message and presence error handlers seperatelyJames Booth2014-01-254-11/+3
* Renamed iq handlersJames Booth2014-01-251-24/+29
* Renamed _room_presence_handler -> _muc_user_handlerJames Booth2014-01-251-4/+3
* Renamed xmpp roster handlersJames Booth2014-01-251-6/+6
* Split xmpp message handlers by namespaceJames Booth2014-01-251-44/+73
* Renamed namespace variablesJames Booth2014-01-251-9/+9
* Don't show error for initial bookmarks requestJames Booth2014-01-252-6/+12
* Fixed test compilationJames Booth2014-01-182-2/+2
* WIP - Adding port to account optionsJames Booth2014-01-182-9/+15
* Refactored roster add/updateJames Booth2014-01-051-2/+10
* Moved roster handlers to server_eventsJames Booth2014-01-051-3/+4
* Moved presence handlers to server_eventsJames Booth2014-01-051-13/+14
* Moved messages handlers to server_eventsJames Booth2014-01-051-14/+15
* Moved handle_room_list and handle_disco_items to server_eventsJames Booth2014-01-051-2/+2
* Moved handle_disco_info to server_eventsJames Booth2014-01-051-1/+1
* Moved handle_software_version_result to server_eventsJames Booth2014-01-051-1/+2
* Moved handle_lost_connection and handle_failed_login to server_eventsJames Booth2014-01-051-2/+2
* Moved handle_login_account_success to server_eventsJames Booth2014-01-051-2/+2
* Added server_events.cJames Booth2014-01-051-2/+3
* Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-053-6/+3