diff options
Diffstat (limited to 'src/mod_push.erl')
-rw-r--r-- | src/mod_push.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_push.erl b/src/mod_push.erl index 48746ac20..760f6e540 100644 --- a/src/mod_push.erl +++ b/src/mod_push.erl @@ -464,7 +464,7 @@ notify(LServer, PushLJID, Node, XData, Pkt, Dir, HandleResponse) -> IQ = #iq{type = set, from = From, to = jid:make(PushLJID), - id = randoms:get_string(), + id = p1_rand:get_string(), sub_els = [PubSub]}, ejabberd_router:route_iq(IQ, HandleResponse). |