summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2006-08-01 23:32:56 +0000
committerAlexey Shchepin <alexey@process-one.net>2006-08-01 23:32:56 +0000
commitab2e19a399767b18316d4dba26aafb3f8170da0b (patch)
tree2aff0823bab92e3ea7250e6fe1feabd83ba0dfdc /src
parent* src/ejabberd_c2s.erl: Bugfix: added a missing catch and fixed (diff)
* src/mod_roster_odbc.erl: Bugfix
SVN Revision: 591
Diffstat (limited to 'src')
-rw-r--r--src/mod_roster_odbc.erl2
1 files changed, 1 insertions, 1 deletions
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},