+2008-10-03 Jerome Sautret <jerome.sautret@process-one.net>
+
+ * src/odbc/odbc_queries.erl: Fix empty query that fails on MySQL (merged from trunk).
+
2008-10-01 Mickael Remond <mremond@process-one.net>
* src/mod_shared_roster.erl: Correct roster push when changing
* src/*/Makefile.win32: Provide explicit beam filenames because
nmake does not accept wildcards (thanks to Attila
Vangel)(EJAB-543)
-
+
2008-09-29 Badlop <badlop@process-one.net>
* contrib/ejabberd-modules.repo: Include 2.0.x branches
* src/mod_register.erl: When a registration is blocked due to IP
limitation, return description in error stanza (EJAB-692)
-
+
2008-07-24 Christophe Romain <christophe.romain@process-one.net>
* src/mod_pubsub/mod_pubsub.erl: Allow owner to subscribe/get its own
subscribing to a node sends only last items (EJAB-700)
* src/mod_pubsub/node_pep.erl: added acl and jid match on node
creation permission (EJAB-663)
- * src/mod_pubsub/node_default.erl: fix node creation permission
+ * src/mod_pubsub/node_default.erl: fix node creation permission
issue for service
2008-07-22 Badlop <badlop@process-one.net>
2008-07-17 Christophe Romain <christophe.romain@process-one.net>
- * src/web/Makefile.in: use -DSSL39 if compiling with R12
+ * src/web/Makefile.in: use -DSSL39 if compiling with R12
2008-07-16 Badlop <badlop@process-one.net>
2008-07-16 Alexey Shchepin <alexey@process-one.net>
- * src/web/ejabberd_http_poll.erl: Report connection's IP address
+ * src/web/ejabberd_http_poll.erl: Report connection's IP address
* src/ejabberd_c2s.erl: Rolled back the previous IP getting patch
* src/ejabberd_sm.erl: Likewise
" values (", ItemVals, ");"],
["delete from rostergroups "
" where username='", Username, "' "
- " and jid='", SJID, "';"],
+ " and jid='", SJID, "';"]] ++
[["insert into rostergroups("
" username, jid, grp) "
" values (", ItemGroup, ");"] ||
- ItemGroup <- ItemGroups]].
+ ItemGroup <- ItemGroups].
roster_subscribe(_LServer, Username, SJID, ItemVals) ->
ejabberd_odbc:sql_query_t(