Update for new Prosody module namespace
|
Kim Alvefur |
Sat, 20 May 2023 20:48:03 +0200 |
verse.plugins.groupchat: Add support for MUC passwords https://xmpp.org/extensions/xep-0045.html#example-27
|
Seve Ferrer |
Fri, 02 Oct 2020 16:42:37 +0200 |
verse.plugins.groupchat: Fix import of util.events
|
Kim Alvefur |
Sun, 20 May 2018 01:24:39 +0200 |
Discard trailing whitespace
|
Kim Alvefur |
Fri, 01 May 2015 23:27:29 +0200 |
plugins.groupchat: Use verse.eventable (room objects were missing :unhook() )
|
Matthew Wild |
Wed, 27 Aug 2014 10:30:08 +0100 |
plugins.groupchat: Import util.jid here too.
|
Kim Alvefur |
Fri, 18 May 2012 22:11:23 +0200 |
plugins.groupchat: Fix missing 'end' in last commit
|
Matthew Wild |
Mon, 05 Dec 2011 15:36:53 +0000 |
verse.plugins.groupchat: Make last commit (7802a048) more concise
|
Matthew Wild |
Sat, 03 Dec 2011 16:27:36 +0000 |
fixed sending of leave message
|
mva |
Fri, 02 Dec 2011 11:27:38 +0600 |
added local verse var to all plugins
|
mva |
Fri, 02 Dec 2011 11:02:02 +0600 |
plugins.groupchat: Use stanza:get_child_text()
|
Kim Alvefur |
Tue, 08 Nov 2011 10:10:50 +0100 |
plugins.groupchat: Improve room subject handling, add event
|
Kim Alvefur |
Thu, 08 Sep 2011 17:51:11 +0200 |
plugins.groupchat: Bump topic change handling up a bit
|
Kim Alvefur |
Sun, 20 Mar 2011 19:00:26 +0100 |
plugins.*: Use verse.stanza() & co instead of require util.stanza
|
Kim Alvefur |
Thu, 17 Mar 2011 18:33:52 +0100 |
plugins.groupchat: Fix self reference when leaving rooms
|
Kim Alvefur |
Tue, 01 Feb 2011 04:53:40 +0100 |
plugins.groupchat: Fix prev commit.
|
Kim Alvefur |
Tue, 25 Jan 2011 19:33:15 +0100 |
plugins.groupchat: Extra options. Route join presence through the room. Option to stamp from attr on outgoing stanzas (useful for components).
|
Kim Alvefur |
Wed, 19 Jan 2011 20:41:53 +0100 |
plugins.groupchat: Trying to get subject to behave properly
|
Kim Alvefur |
Wed, 19 Jan 2011 20:37:12 +0100 |
plugins.groupchat: Fix a missing `st.` and send join stanza regardless of return value from pre-join event.
|
Kim Alvefur |
Thu, 13 Jan 2011 00:23:17 +0100 |
plugins.groupchat: Adapt from Riddim
|
Kim Alvefur |
Tue, 11 Jan 2011 23:14:30 +0100 |