diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/mod_roster_odbc.erl | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-08-02 Alexey Shchepin <alexey@sevcom.net> + + * src/mod_roster_odbc.erl: Bugfix + 2006-07-28 Mickael Remond <mickael.remond@process-one.net> * src/ejabberd_c2s.erl: Bugfix: added a missing catch and fixed the diff --git a/src/mod_roster_odbc.erl b/src/mod_roster_odbc.erl index dfea3848..1f84f695 100644 --- a/src/mod_roster_odbc.erl +++ b/src/mod_roster_odbc.erl @@ -484,7 +484,7 @@ process_subscription(Direction, User, Server, JID1, Type, Reason) -> R#roster{groups = Groups}; {selected, ["username", "jid", "nick", "subscription", "ask", - "server", "subscribe", "type"], + "askmessage", "server", "subscribe", "type"], []} -> #roster{usj = {LUser, LServer, LJID}, us = {LUser, LServer}, |