summaryrefslogtreecommitdiff
path: root/src/mod_offline_odbc.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_offline_odbc.erl')
-rw-r--r--src/mod_offline_odbc.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_offline_odbc.erl b/src/mod_offline_odbc.erl
index d7a77ae4..1a62f08d 100644
--- a/src/mod_offline_odbc.erl
+++ b/src/mod_offline_odbc.erl
@@ -111,7 +111,8 @@ stop(Host) ->
store_packet(From, To, Packet) ->
Type = xml:get_tag_attr_s("type", Packet),
if
- (Type /= "error") and (Type /= "groupchat") ->
+ (Type /= "error") and (Type /= "groupchat") and
+ (Type /= "headline") ->
case check_event(From, To, Packet) of
true ->
#jid{luser = LUser} = To,