]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
- added, corrects bug not sending type='form' in MUC setup packets.
authoraredridel <aredridel@pld-linux.org>
Thu, 17 Feb 2005 17:35:22 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ejabberd-mod_muc.patch -> 1.1

ejabberd-mod_muc.patch [new file with mode: 0644]

diff --git a/ejabberd-mod_muc.patch b/ejabberd-mod_muc.patch
new file mode 100644 (file)
index 0000000..79e6071
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur o-ejabberd-0.7.5/src/mod_muc/mod_muc_room.erl ejabberd-0.7.5/src/mod_muc/mod_muc_room.erl
+--- o-ejabberd-0.7.5/src/mod_muc/mod_muc_room.erl      2004-10-08 14:40:28.000000000 -0600
++++ ejabberd-0.7.5/src/mod_muc/mod_muc_room.erl        2005-02-17 10:29:25.316538420 -0700
+@@ -300,7 +300,7 @@
+                   {result, Res, SD} ->
+                       {IQ#iq{type = result,
+                              sub_el = [{xmlelement, "query",
+-                                        [{"xmlns", XMLNS}],
++                                        [{"xmlns", XMLNS}, {"type", "form"}],
+                                         Res
+                                        }]},
+                        SD};
This page took 0.070345 seconds and 4 git commands to generate.