diff options
author | Christophe Romain <chris.romain@gmail.com> | 2010-03-05 18:20:22 +0100 |
---|---|---|
committer | Christophe Romain <chris.romain@gmail.com> | 2010-03-05 18:20:22 +0100 |
commit | d2d06403aca9a4e6ab29bf81c5deeaf7e3dd6b39 (patch) | |
tree | b4ffa7c7d40305366d1c925173b04ffdb346e4e4 /src/mod_pubsub/pubsub_odbc.patch | |
parent | add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim) (diff) |
fix mistake in previous broadcast_stanza change
Diffstat (limited to 'src/mod_pubsub/pubsub_odbc.patch')
-rw-r--r-- | src/mod_pubsub/pubsub_odbc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_pubsub/pubsub_odbc.patch b/src/mod_pubsub/pubsub_odbc.patch index a9d8c81a8..36644cf04 100644 --- a/src/mod_pubsub/pubsub_odbc.patch +++ b/src/mod_pubsub/pubsub_odbc.patch @@ -1,5 +1,5 @@ ---- mod_pubsub.erl 2010-03-05 17:51:32.000000000 +0100 -+++ mod_pubsub_odbc.erl 2010-03-05 17:51:57.000000000 +0100 +--- mod_pubsub.erl 2010-03-05 18:19:48.033276211 +0100 ++++ mod_pubsub_odbc.erl 2010-03-05 18:20:02.694164397 +0100 @@ -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. |