Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyright | James Booth | 2014-03-09 | 1 | -0/+21 |
| | |||||
* | Refactored muc_room_is_active to only take room, rather than full jid | James Booth | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | Added test for /join with nick option | James Booth | 2014-03-08 | 1 | -2/+2 |
| | |||||
* | Adding password handling for joining chatrooms | Kristofer M White | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | Removed id from bookmarks add | James Booth | 2014-02-03 | 1 | -1/+0 |
| | |||||
* | Implemented add bookmark for XEP-0223 | James Booth | 2014-02-02 | 1 | -0/+97 |
| | | | | Issue #194 | ||||
* | Test message when removing autojoin for non existent bookmark | James Booth | 2014-02-02 | 1 | -2/+10 |
| | |||||
* | Show message on /bookmark remove when bookmark does not exist | James Booth | 2014-02-02 | 1 | -1/+3 |
| | |||||
* | Added message when bookmark updated | James Booth | 2014-02-02 | 1 | -1/+3 |
| | |||||
* | Don't show error for initial bookmarks request | James Booth | 2014-01-25 | 1 | -4/+1 |
| | |||||
* | Bind bookmark functions in main.c | James Booth | 2013-12-22 | 1 | -5/+10 |
| | |||||
* | Dynamically bind xmpp module api | James Booth | 2013-12-18 | 1 | -10/+15 |
| | |||||
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 1 | -2/+2 |
| | |||||
* | Bookmarks: Move stanza pointer on in loop, check for autojoin "true" | James Booth | 2013-07-15 | 1 | -2/+4 |
| | |||||
* | draft of bookmarks implementation | Dmitry Podgorny | 2013-07-14 | 1 | -29/+118 |
| | | | | '/bookmark add' and '/bookmark remove' ain't finished | ||||
* | improved autojoin logic | Dmitry Podgorny | 2013-07-14 | 1 | -15/+49 |
| | | | | | Delete id handler after timeout (5sec) if response isn't received Auto join maximum 5 conferences | ||||
* | use get_unique_id for bookmarks | Dmitry Podgorny | 2013-07-14 | 1 | -7/+11 |
| | |||||
* | initial support of autojoin for MUC | Dmitry Podgorny | 2013-06-30 | 1 | -0/+116 |