aboutsummaryrefslogtreecommitdiff
path: root/src/mod_offline.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_offline.erl')
-rw-r--r--src/mod_offline.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_offline.erl b/src/mod_offline.erl
index b86c0bc91..a261dbfc5 100644
--- a/src/mod_offline.erl
+++ b/src/mod_offline.erl
@@ -96,7 +96,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, lserver = LServer} = To,