mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
doap: Add XEP-0333
This commit is contained in:
parent
780b392d25
commit
be51e54c68
3 changed files with 9 additions and 2 deletions
|
@ -218,7 +218,6 @@ module:hook("muc-message-is-historic", function (event)
|
|||
return true, "encrypted";
|
||||
end
|
||||
if stanza:get_child(nil, "urn:xmpp:chat-markers:0") then
|
||||
-- XXX Experimental XEP
|
||||
return true, "marker";
|
||||
end
|
||||
end, -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue