]> granicus.if.org Git - ejabberd/commitdiff
Fix records in mod_muc.hrl
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 15 Jan 2016 12:46:07 +0000 (15:46 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 15 Jan 2016 12:46:07 +0000 (15:46 +0300)
include/mod_muc.hrl

index 0d3f7baf7d2969b9d22853283b0b67083bea0e4a..8d0c1b09decfc94554d128aec924e531e9fc98ba 100644 (file)
@@ -24,9 +24,9 @@
                    opts = [] :: list() | '_'}).
 
 -record(muc_online_room,
-        {name_host = {<<"">>, <<"">>} :: {binary(), binary()} | {'_', '$1'} | '$1' | '_',
-         timestamp = p1_time_compat:timestamp() :: erlang:timestamp() | '_',
-         pid = self() :: pid() | '$1' | '$2' | '_'}).
+        {name_host = {<<"">>, <<"">>} :: {binary(), binary()} | '$1' |
+                                         {'_', binary()} | '_',
+         pid = self() :: pid() | '$2' | '_' | '$1'}).
 
 -record(muc_registered,
         {us_host = {{<<"">>, <<"">>}, <<"">>} :: {{binary(), binary()}, binary()} | '$1',