about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fixed types of presence variables to resource_presence_type (avoid useless ↵Jasper van Bourgognie2013-12-272-3/+3
| | | | and implicit casts)
* Bind roster functions in main.cJames Booth2013-12-222-6/+12
|
* Bind presence functions in main.cJames Booth2013-12-222-11/+16
|
* Bind message functions in main.cJames Booth2013-12-222-9/+14
|
* Bind iq functions in main.cJames Booth2013-12-222-4/+10
|
* Bind capabilities functions in main.cJames Booth2013-12-222-2/+8
|
* Bind bookmark functions in main.cJames Booth2013-12-222-5/+11
|
* Bind jabber functions in main.cJames Booth2013-12-222-14/+19
|
* Dynamically bind xmpp module apiJames Booth2013-12-188-143/+194
|
* Added simple mock test, refactored rosterJames Booth2013-12-1412-523/+87
|
* Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-102-2/+2
|
* Use passwords from the accounts fileTomás Senart2013-10-142-7/+5
| | | | | | This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user.
* Fixe rejoining room after nickname conflictJames Booth2013-09-221-4/+6
| | | | fixes #241
* Add error handler only onceJames Booth2013-09-223-2/+1
| | | | fixes #240
* Use git revision in development stringsJames Booth2013-09-172-0/+22
|
* Merge remote-tracking branch 'dmitry/fixes'James Booth2013-08-261-1/+1
|\
| * fixed crash because of incorrect string releasingDmitry Podgorny2013-08-261-1/+1
| |
* | removed strdup in autocomplete callsDmitry Podgorny2013-08-263-9/+9
| |