ALT Linux Bugzilla
– Attachment 16686 Details for
Bug 51260
Падения процессов ejabberd при попытке пользователя из LDAP обновить свою VCard
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч на mod_vcard
mod_vcard.patch (text/plain), 795 bytes, created by
Alex Moskalenko
on 2024-08-23 13:22:32 MSK
(
hide
)
Description:
Патч на mod_vcard
Filename:
MIME Type:
Creator:
Alex Moskalenko
Created:
2024-08-23 13:22:32 MSK
Size:
795 bytes
patch
obsolete
>--- a/src/mod_vcard.erl 2024-08-23 11:10:32.519230045 +0300 >+++ b/src/mod_vcard.erl 2024-08-23 11:17:30.718944759 +0300 >@@ -397,13 +397,17 @@ > %% Should not be here? > Txt = ?T("Nodeprep has failed"), > {stop, xmpp:err_internal_server_error(Txt, Lang)}; >+ {error, not_implemented} -> >+ Txt = ?T("Updating the VCard is not supported by the VCard storage backend"), >+ {stop, xmpp:err_feature_not_implemented(Txt, Lang)}; > ok -> > IQ > end; > vcard_iq_set(Acc) -> > Acc. > >--spec set_vcard(binary(), binary(), xmlel() | vcard_temp()) -> {error, badarg|binary()} | ok. >+-spec set_vcard(binary(), binary(), xmlel() | vcard_temp()) -> >+ {error, badarg | not_implemented | binary()} | ok. > set_vcard(User, LServer, VCARD) -> > case jid:nodeprep(User) of > error ->
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51260
: 16686