diff options
author | Christophe Romain <chris.romain@gmail.com> | 2010-05-28 12:33:11 +0200 |
---|---|---|
committer | Christophe Romain <chris.romain@gmail.com> | 2010-05-28 12:33:11 +0200 |
commit | 7ce3291603b79d931e9bfe1a461d33a6776be521 (patch) | |
tree | 84220ce4fbbfcd4a71e4c96a5c05b3c4065af642 /src/mod_pubsub/pubsub_odbc.patch | |
parent | make last_item_cache feature cluster aware (EJAB-1234) (diff) |
fix jlib calls from previous patch
Diffstat (limited to 'src/mod_pubsub/pubsub_odbc.patch')
-rw-r--r-- | src/mod_pubsub/pubsub_odbc.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mod_pubsub/pubsub_odbc.patch b/src/mod_pubsub/pubsub_odbc.patch index 8a3b2050f..6ede7dfed 100644 --- a/src/mod_pubsub/pubsub_odbc.patch +++ b/src/mod_pubsub/pubsub_odbc.patch @@ -1,5 +1,5 @@ ---- mod_pubsub.erl 2010-05-28 11:46:24.000000000 +0200 -+++ mod_pubsub_odbc.erl 2010-05-28 11:55:17.000000000 +0200 +--- mod_pubsub.erl 2010-05-28 12:30:32.000000000 +0200 ++++ mod_pubsub_odbc.erl 2010-05-28 12:32:45.000000000 +0200 @@ -42,7 +42,7 @@ %%% 6.2.3.1, 6.2.3.5, and 6.3. For information on subscription leases see %%% XEP-0060 section 12.18. @@ -570,7 +570,7 @@ + Owners = node_owners_call(Type, NodeId), case lists:member(Owner, Owners) of true -> - OwnerJID = exmpp_jid:make(Owner), + OwnerJID = jlib:make_jid(Owner), @@ -2450,24 +2277,7 @@ end, lists:foreach( |