Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263950 - net-im/ejabberd-2.0.4 : Subscription request produces many authorization requests with some clients and transports
Summary: net-im/ejabberd-2.0.4 : Subscription request produces many authorization requ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Caleb Tennis (RETIRED)
URL: http://lists.jabber.ru/pipermail/ejab...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 09:56 UTC by Vadim Efimov
Modified: 2009-03-28 08:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix for EJAB-890 (ejabberd-2.0.4-r1998.patch,5.14 KB, patch)
2009-03-27 09:58 UTC, Vadim Efimov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim Efimov 2009-03-27 09:56:54 UTC
Subscription request produces many authorization requests with some
clients and transports
https://support.process-one.net/browse/EJAB-890


Reproducible: Sometimes

Steps to Reproduce:
1. log in to transport
2. add JID
Actual Results:  
Subscription request produces many authorization requests

Expected Results:  
added JID
Comment 1 Vadim Efimov 2009-03-27 09:58:59 UTC
Created attachment 186399 [details, diff]
Fix for EJAB-890
Comment 2 Vadim Efimov 2009-03-27 09:59:35 UTC
diff -u ejabberd-2.0.4.ebuild ejabberd-2.0.4-r1.ebuild
--- ejabberd-2.0.4.ebuild       2009-03-21 15:29:52.000000000 +0300
+++ ejabberd-2.0.4-r1.ebuild    2009-03-27 12:48:26.000000000 +0300
@@ -37,6 +37,9 @@
        unpack ${A}
        cd "${S}"
 
+       # Fix for EJAB-890
+       epatch "${FILESDIR}/${PN}-2.0.4-r1998.patch"
+
        # Bug #171427
        epatch "${FILESDIR}/2.0.0-missing-declaration.patch"
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2009-03-28 08:16:27 UTC
Thank you for report. patch was applied upstream and I've added it to the tree. Fixed in ejabberd-2.0.4-r1.