ejabberd - Comments for "ejabberd end-byte" https://www.ejabberd.im/node/320 en Do we need to do anything https://www.ejabberd.im/node/320#comment-67244 <p>Do we need to do anything with later version of jabber with cross domain policy file for Flash?</p> Thu, 29 Dec 2016 12:01:11 +0000 p.v.param comment 67244 at https://www.ejabberd.im There is already a patch for https://www.ejabberd.im/node/320#comment-2956 <p>Problem was with my bash environment, specifically in CDPATH variable. It compiles, but we still failed with flash. Is there any working example of code to check with?</p> Mon, 29 Jan 2007 13:58:16 +0000 Tarick comment 2956 at https://www.ejabberd.im There is already a patch for https://www.ejabberd.im/node/320#comment-2898 <p>[/temp/flash/ejabberd-1.1.2/src]# patch -p2 &lt; ejabberd-flash3.patch<br /> patching file Makefile.in<br /> Hunk #2 succeeded at 78 (offset 7 lines).<br /> patching file configure.ac<br /> Hunk #1 succeeded at 54 with fuzz 2 (offset 9 lines).<br /> patching file ejabberd.hrl<br /> patching file ejabberd_c2s.erl<br /> Hunk #3 succeeded at 181 (offset 7 lines).<br /> Hunk #5 succeeded at 591 (offset 7 lines).<br /> Hunk #6 succeeded at 1226 (offset 1 line).<br /> patching file expat_erl.c<br /> patching file jlib.hrl<br /> ___________<br /> autoconf<br /> ___________________________________________________<br /> ./configure --prefix=/usr/local/ejabberd --enable-flash-hack --enable-odbc<br /> --skipped--<br /> __________________________________<br /> make<br /> --skipped--<br /> /usr/bin/erlc -W -DENABLE_FLASH_HACK xml_stream.erl<br /> making all in mod_irc<br /> /bin/sh: line 3: cd: mod_irc: No such file or directory<br /> make: *** [all-recursive] Error 1<br /> ______________________<br /> Without patch it compiles succesfully, though "make clean" also failed with this error.<br /> mod_irc directory exists.<br /> The same with svn version.</p> Fri, 19 Jan 2007 09:06:28 +0000 Tarick comment 2898 at https://www.ejabberd.im There is already a patch for https://www.ejabberd.im/node/320#comment-2886 <p>There is already a patch for version 1.1.2. I just uploaded a patch for latest SVN; does it work for you?</p> Wed, 17 Jan 2007 08:33:09 +0000 legoscia comment 2886 at https://www.ejabberd.im Patch for 1.1.2 or svn? https://www.ejabberd.im/node/320#comment-2885 <p>Any plans to rewrite patch for 1.1.2 or latest svn version (r700)?</p> Wed, 17 Jan 2007 08:09:24 +0000 Tarick comment 2885 at https://www.ejabberd.im Flash clients with 1.1.2 version - Ok! https://www.ejabberd.im/node/320#comment-2389 <p>Thanks for your reply. I've tested the patch <noindex><a href="http://www.jabber.ru/bugzilla/attachment.cgi?id=155" title="http://www.jabber.ru/bugzilla/attachment.cgi?id=155" rel="nofollow" >http://www.jabber.ru/bugzilla/attachment.cgi?id=155</a></noindex> (for 1.1.1 version) and it really works with 1.1.2 version, so I confirm, it is working now with flash clients. The other patch (<noindex><a href="http://www.jabber.ru/bugzilla/attachment.cgi?id=176" title="http://www.jabber.ru/bugzilla/attachment.cgi?id=176" rel="nofollow" >http://www.jabber.ru/bugzilla/attachment.cgi?id=176</a></noindex>) gave me the error I described before (failed on Hunk 6) and the flash clients couldn't connecto to the ejabberd server.</p> <p>Best regards</p> <p>Fernando</p> Tue, 10 Oct 2006 21:09:56 +0000 fgomes comment 2389 at https://www.ejabberd.im The patch for 1.1.1 applies to 1.1.2 https://www.ejabberd.im/node/320#comment-2386 <p>It seems that the <noindex><a href="http://www.jabber.ru/bugzilla/attachment.cgi?id=155" rel="nofollow" >patch for 1.1.1</a></noindex> will work with 1.1.2 too. The 1.1.1 patch is confusingly labeled "Update for SVN version" in bugzilla; the <noindex><a href="/flash-hack" rel="nofollow" >flash-hack</a></noindex> page gets it straight.</p> Tue, 10 Oct 2006 15:27:42 +0000 legoscia comment 2386 at https://www.ejabberd.im Flash-hack - Does it work with ejabberd 1.1.2? https://www.ejabberd.im/node/320#comment-2381 <p>I've tried to use the latest flash patch with ejabberd 1.1.2 and I got an error when applying Hunk 6. I tried to compile it anyway, it works but not with flash clients. I have used the "Updated patch for ejabberd_socket changes" (<noindex><a href="http://www.jabber.ru/bugzilla/attachment.cgi?id=176" title="http://www.jabber.ru/bugzilla/attachment.cgi?id=176" rel="nofollow" >http://www.jabber.ru/bugzilla/attachment.cgi?id=176</a></noindex>). Is there any patch working with the ejabberd 1.1.2 yet? Or should I continue to use ejabberd 1.1.1 if I need to support flash clients?</p> <p>Thanks!</p> <p>Fernando</p> Mon, 09 Oct 2006 22:30:53 +0000 fgomes comment 2381 at https://www.ejabberd.im it's here: https://www.ejabberd.im/node/320#comment-2267 <p>it's here: <noindex><a href="/flash-hack" rel="nofollow" >Flash Hack</a></noindex></p> Wed, 13 Sep 2006 19:00:06 +0000 flipkick comment 2267 at https://www.ejabberd.im There now is a page about https://www.ejabberd.im/node/320#comment-2261 <p>There now is a page about the <noindex><a href="/flash-hack" rel="nofollow" >flash-hack</a></noindex>.</p> <p>--<br /> sander</p> Wed, 13 Sep 2006 15:34:27 +0000 sander comment 2261 at https://www.ejabberd.im flash patch, did you..? https://www.ejabberd.im/node/320#comment-2260 <p>hey,</p> <p>after applying the patch, you have to recompile everything:</p> <p>./configure --enable-flash-hack<br /> make -B</p> <p>did you do that? a simple "make" wouldn't apply the patch, if there are already compiled beam's in the dir..</p> <p>flip</p> Wed, 13 Sep 2006 15:33:51 +0000 flipkick comment 2260 at https://www.ejabberd.im Guide to apply the patch https://www.ejabberd.im/node/320#comment-2254 <p>There is a new small guide to install the patch: <noindex><a href="/flash-hack" rel="nofollow" >Flash-hack</a></noindex>. </p> <p>I've verified it using Xiffian0013-B0ris_prod.zip, ejabberd 1.1.1, Erlang R10B-10, Expat 1.95.8 on Debian unstable.</p> Tue, 12 Sep 2006 22:58:45 +0000 mfoss comment 2254 at https://www.ejabberd.im ejabberd xiff fedora https://www.ejabberd.im/node/320#comment-2250 <p>Still no luck,</p> <p>I would really appreciate it if someone could post a working copy of ejabberd-1.1.1 pre-patched with the flash hack, preferably before compiling. also any ejabberd.cfg files, and possibly the startup command/script. </p> <p>Im really not sure where i am failing but i have grabbed older revisions of ejabberd and tried compiling with the patch but still no luck.</p> <p>My guess is that its a Fedora Core 5 issue or expat (had to downgrade).</p> <p>I would appreciate any assistance that is available.</p> <p>Thanks,<br /> Jeffrey R. | dS</p> Tue, 12 Sep 2006 21:25:46 +0000 dS_Jeffrey comment 2250 at https://www.ejabberd.im I am experiencing the same https://www.ejabberd.im/node/320#comment-2244 <p>I am experiencing the same problem :(</p> Tue, 12 Sep 2006 09:32:21 +0000 cbeech comment 2244 at https://www.ejabberd.im i was originally applying https://www.ejabberd.im/node/320#comment-2243 <p>i was originally applying the patch in the wrong manner, it was creating the modified files in the folder where xiff_patch was. I have since moved the xiff patch to inside the src directory and have confirmed the files modification dates and "flash hack" variables in the modified files. This still is not working for me. And yes i have patched, recompiled binaries, removed old install and then re-installed them.</p> <p>EDIT: still no go, question for those using XIFFIAN, are u using 'terminatedflash' or 'flash' as your client setting?<br /> not that it should matter but just to be certain.</p> <p>Any other tips are welcome.</p> <p>This is my patch log if it matters:</p> <p>patching file Makefile.in<br /> patching file configure.ac<br /> patching file ejabberd.hrl<br /> patching file ejabberd_c2s.erl<br /> Hunk #3 succeeded at 181 (offset 7 lines).<br /> Hunk #5 succeeded at 591 (offset 7 lines).<br /> patching file expat_erl.c<br /> patching file jlib.hrl</p> <p>Thanks,<br /> Jeffrey R. | dS</p> Mon, 11 Sep 2006 21:03:30 +0000 dS_Jeffrey comment 2243 at https://www.ejabberd.im