477 Commits

Author SHA1 Message Date
Holger Weiss
fb98a62bce mod_statsdx: Recognize Monal and irssi-xmpp 2015-07-13 15:48:43 +02:00
Badlop
680d541efa Detect session closing, not connection closing (thanks to Holger Weiß) 2015-07-13 15:41:06 +02:00
Holger Weiss
16edbd5e7a Remove mod_multicast
The multicast code is included in ejabberd 15.04 and newer.
2015-07-02 13:58:51 +02:00
badlop
2a953da2fb Merge pull request #107 from weiss/update-for-15.06
Update modules to work with ejabberd 15.06
2015-06-29 14:00:29 +02:00
Badlop
6d655af0c4 Update to work with ejabberd 15.06 2015-06-26 17:53:25 +02:00
Badlop
db91c97614 Copy scram.erl from upstream, renamed to scram2.erl 2015-06-26 17:53:25 +02:00
Badlop
ff61b1a2e1 Update ejabberd_auth_http source code from upstream 2015-06-26 17:53:25 +02:00
Holger Weiss
33ec5968d7 Update mod_log_chat to work with ejabberd 15.06 2015-06-25 21:38:43 +02:00
Holger Weiss
32043a80eb Update mod_logxml to work with ejabberd 15.06 2015-06-25 21:34:12 +02:00
Holger Weiss
94a439726b Update mod_post_log to work with ejabberd 15.06 2015-06-25 21:31:04 +02:00
Holger Weiss
00267eeb71 Update mod_statsdx to work with ejabberd 15.06 2015-06-25 21:29:02 +02:00
Holger Weiss
746d198cc3 Update mod_message_log to work with ejabberd 15.06 2015-06-25 21:24:37 +02:00
Holger Weiss
5363043402 Update mod_mam_mnesia to work with ejabberd 15.06 2015-06-25 21:17:17 +02:00
Holger Weiss
564691c7a6 mod_mam_mnesia: Remove TODO file
Future development efforts will focus on the mod_mam version shipped
with ejabberd.
2015-06-25 21:10:26 +02:00
Holger Weiss
932987447d Rename mod_mam to mod_mam_mnesia
Rename mod_mam so that users can continue to run it until we provide an
upgrade path to the mod_mam version shipped with ejabberd 15.06.
2015-06-25 21:08:56 +02:00
Holger Weiss
76c6d17d4b mod_log_chat: Don't call xml:element_to_string/1
The xml module now exports xml:element_to_binary/1, instead.
2015-06-25 21:01:21 +02:00
Badlop
89e0a70e44 ejabberd_auth_http bad argument in call to lists:keyfind (#104) 2015-05-25 11:59:11 +02:00
Badlop
98ab39f962 Fix mod_log_chat and mod_cron compilation (thanks to Mathias Ertl)(#103) 2015-05-12 16:39:02 +02:00
badlop
be350628c7 Merge pull request #102 from santiago26/patch-1
Rename README.txt to README.md
2015-05-07 17:47:27 +02:00
Santiago26
2852dee33f Rename README.txt to README.md
md-formatted txt:)
2015-05-05 20:44:57 +03:00
Christophe Romain
9eca69d092 Remove modules included in ejabberd 15.04 2015-04-30 09:02:06 +02:00
Christophe Romain
e5336f02db Remove obsolete file 2015-04-29 12:59:44 +02:00
Badlop
97834d2483 Rename specs to avoid name conflict, and use _ insted of - (#100) 2015-04-28 09:23:04 +02:00
Badlop
c8dca7f0a5 Added specs for four modules 2015-04-27 13:14:29 +02:00
Holger Weiss
eb52291ca1 Advertise feature in disco info for account JID
As per XEP-0313 >= 0.2, advertise the MAM feature in the service
discovery information for the bare account JID.

Some clients check the server's discovery information instead, so we'll
continue to advertise the feature there as well (at least for the
moment).
2015-04-26 17:16:52 +02:00
Holger Weiss
73b984f193 README.md: Apply cosmetic changes 2015-04-22 23:48:31 +02:00
Christophe Romain
362a896e6a Add description for manual build (#97) 2015-04-22 12:03:20 +02:00
Christophe Romain
6f7b5ccba0 Add missing licence file 2015-04-22 11:31:46 +02:00
Badlop
fa47490da4 Report problem when mod_rest receives malformed stanza (#65) 2015-04-15 13:37:09 +02:00
Badlop
c098a763b0 Fix operator precedence in mod_logxml rotation calculus (#95) 2015-04-14 17:09:45 +02:00
Holger Weiss
176d2e68ca Revert "mod_mam: Don't route error bounces to clients"
This reverts commit 8b1eead24ba8decd3c54cca425e223879047dc5f.

As of ejabberd 15.04, the session manager won't deliver error messages
that were sent to bare JIDs anymore, so MAM error messages should no
longer arrive.  Also, the 'c2s_filter_packet_in' hook no longer exists.
2015-04-09 21:58:46 +02:00
Badlop
5ab060ef72 Explain that mod_admin_extra will also be included in next ejabberd release 2015-04-08 15:49:34 +02:00
Badlop
65007779f7 mod_muc_admin and mod_multicast will be included in next ejabberd releases 2015-04-08 15:40:44 +02:00
Badlop
6e150caa5e Improve srg_get_info result format (#92) 2015-04-03 12:17:16 +02:00
Paweł Chmielowski
5a32309eaa Update mod_admin_extra to match version included in ejabberd repository 2015-04-02 17:35:35 +02:00
Badlop
c30e7d7f7b Detect correctly when vCard does not exist (#21) 2015-03-25 13:56:04 +01:00
Badlop
9379f73feb Fix return error when requesting non-existing vcard value (#21) 2015-03-23 13:27:46 +01:00
Mickaël Rémond
cbea31ab68 Ignore errors when retrieving status if the users just got offline
Fix possible race condition.
2015-03-20 11:42:32 +01:00
Christophe Romain
e2f860fd9f Merge remote-tracking branch 'origin/master' into packaging 2015-03-13 12:08:30 +01:00
Badlop
bdfe82ce79 Update README files to show configuration file as YAML (#86) 2015-03-13 11:55:26 +01:00
Christophe Romain
a20187ed70 fix module functions names 2015-03-13 11:53:04 +01:00
Christophe Romain
7870f77392 binarize mod_profile 2015-03-13 11:13:40 +01:00
Christophe Romain
9330892787 binarize mod_profile 2015-03-13 11:13:21 +01:00
Badlop
f4fb0d7c7a Update mod_multicast to work with ejabberd 14.12 2015-03-12 16:14:04 +01:00
Badlop
e87dee1a00 Add mod_privacy.hrl as it's needed to compile mod_multicast/src/ejabberd_c2s.erl 2015-03-12 16:01:49 +01:00
Badlop
e4c5172b22 Update mod_multicast to work with ejabberd 14.12 2015-03-12 16:01:46 +01:00
Christophe Romain
416e203e66 Merge remote-tracking branch 'origin/master' into packaging 2015-03-12 15:38:06 +01:00
Mickaël Rémond
e209c00f26 Merge pull request #84 from weiss/omit-subject
mod_admin_extra: Let send_message omit subject
2015-03-12 08:43:13 +01:00
Holger Weiss
7ca2ae6947 mod_admin_extra: Let send_message omit subject
Let the send_message command omit the subject if the user either
specified an empty subject or a message type of "chat".
2015-03-11 20:56:10 +01:00
Christophe Romain
f5677e7033 Merge remote-tracking branch 'origin/master' into packaging 2015-03-11 14:25:05 +01:00