about summary refs log tree commit diff stats
path: root/src/xmpp/bookmark.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
5 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144