about summary refs log tree commit diff stats
path: root/src/xmpp/bookmark.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactored bookmark_removeJames Booth2014-04-131-10/+8
| | | | Issue #194
* Implemented "/bookmark remove" for private storageJames Booth2014-04-131-77/+101
| | | | Issue #194
* Clean up after removing bookmarkJames Booth2014-04-131-0/+2
| | | | Issue #194
* Implemented "/bookmark add" for private storageJames Booth2014-04-131-86/+73
| | | | Issue #194
* Tidied ui dependenciesJames Booth2014-04-061-2/+2
|
* Updated copyrightJames Booth2014-03-091-0/+21
|
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-1/+1
|
* Added test for /join with nick optionJames Booth2014-03-081-2/+2
|
* Adding password handling for joining chatroomsKristofer M White2014-02-271-1/+1
|
* Removed id from bookmarks addJames Booth2014-02-031-1/+0
|
* Implemented add bookmark for XEP-0223James Booth2014-02-021-0/+97
| | | | Issue #194
* 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-021-1/+3
|
* Added message when bookmark updatedJames Booth2014-02-021-1/+3
|
* Don't show error for initial bookmarks requestJames Booth2014-01-251-4/+1
|
* Bind bookmark functions in main.cJames Booth2013-12-221-5/+10
|
* Dynamically bind xmpp module apiJames Booth2013-12-181-10/+15
|
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-2/+2
|
* Bookmarks: Move stanza pointer on in loop, check for autojoin "true"James Booth2013-07-151-2/+4
|
* draft of bookmarks implementationDmitry Podgorny2013-07-141-29/+118
| | | | '/bookmark add' and '/bookmark remove' ain't finished
* improved autojoin logicDmitry Podgorny2013-07-141-15/+49
| | | | | Delete id handler after timeout (5sec) if response isn't received Auto join maximum 5 conferences
* use get_unique_id for bookmarksDmitry Podgorny2013-07-141-7/+11
|
* initial support of autojoin for MUCDmitry Podgorny2013-06-301-0/+116