mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix exmpp bug in mod_pubsub_odbc
This commit is contained in:
parent
f32332cdfc
commit
e0bdbcf063
@ -3759,8 +3759,8 @@ odbc_conn(Host) ->
|
||||
lists:dropwhile(fun(A) -> A/=$. end, Host) -- ".".
|
||||
|
||||
%% escape value for database storage
|
||||
escape({_U, _H, _R}=JID)->
|
||||
ejabberd_odbc:escape(exmpp_jid:to_list(JID));
|
||||
escape({U, H, R}=JID)->
|
||||
ejabberd_odbc:escape(exmpp_jid:to_list(U, H, R));
|
||||
escape(Value)->
|
||||
ejabberd_odbc:escape(Value).
|
||||
%%%% helpers
|
||||
|
Loading…
Reference in New Issue
Block a user