150 Commits

Author SHA1 Message Date
Sonny Scroggin
3a61f008ac Binary conversions 2014-05-02 15:01:36 -05:00
badlop
ea1025879d Merge pull request #27 from weiss/fix-s2s-log
Fix mod_s2s_log to work with ejabberd 13.12
2014-04-10 12:50:25 +02:00
badlop
52878eaff2 Merge pull request #28 from weiss/fix-muc-online-rooms
Fix "muc_online_rooms" output
2014-04-10 12:49:35 +02:00
Holger Weiss
33dfbf1ef6 mod_muc_admin: Fix "muc_online_rooms" output
Don't split the components of room JIDs in the "muc_online_rooms"
output.
2014-04-09 23:30:03 +02:00
Holger Weiss
3ba48bac80 mod_s2s_log: Update gen_mod:get_opt() call
Adjust the gen_mod:get_opt() call to work with current ejabberd
versions.
2014-04-09 23:14:33 +02:00
Holger Weiss
3f68bb65b9 mod_s2s_log: Remove ?DEBUG() calls
Current ejabberd versions support two different logging frameworks that
require different build options.  There's currently no easy way to deal
with this for external modules, so let's omit the ?DEBUG() calls for the
moment.
2014-04-09 23:12:53 +02:00
badlop
cf60eef409 Merge pull request #25 from scrogson/more_binary_conversions
[WIP] More binary conversions
2014-04-09 18:11:59 +02:00
badlop
b49f5f9adf Merge pull request #26 from runcom/refactor_mod_webpresence
Refactor mod_webpresence to work with binary plus icons
2014-04-09 18:11:03 +02:00
Antonio Murdaca
1a17e97873 Refactor mod_webpresence to work with binary plus icons 2014-04-09 12:11:25 +02:00
Badlop
09775d41db Some updates to work a little more with ejaberd 13 binaryzation 2014-04-03 17:45:23 +02:00
Sonny Scroggin
b77645eecc More binary conversions 2014-04-02 07:21:25 -05:00
Badlop
f7c243ab4f Update add_roster_item and get_roster to ejabberd 13 2014-04-02 11:23:04 +02:00
badlop
341c8531be Merge pull request #23 from scrogson/fix_roster_commands
Fixes add_rosteritem, delete_rosteritem, and get_roster
2014-03-25 20:06:49 +01:00
Badlop
a8fba1ca30 Fix get_vcard and set_vcard when using option module_resource (issue #21) 2014-03-25 18:17:14 +01:00
Sonny Scroggin
73c553be75 Fix add_rosteritem, delete_rosteritem, and get_roster 2014-03-25 11:15:53 -05:00
badlop
c8dfced84c Merge pull request #20 from scrogson/master
Fix mod_rest allowed_ips option to work with new yaml config.
2014-03-24 19:04:41 +01:00
Badlop
911eb5b199 Update get_vcard and set_vcard to ejabberd 13 (fixes issue #21) 2014-03-24 19:01:43 +01:00
Sonny Scroggin
73e6b7ed22 Add support for using yaml config file.
When converting to use the yaml config, the option for `allowed_ips`
gets stored as a binary. But needs to be compared against the client ip
of the request (which is a tuple). This converts the list of binaries
into a list of ip tuples.
2014-03-18 11:36:57 -05:00
Sonny Scroggin
9a30d2d022 Clean up. 2014-03-18 11:36:56 -05:00
Sonny Scroggin
b194fd5c99 Just return the value if it exists, otherwise return the default.
The guard here caused the ‘EXIT’ clause to be triggered in
`ejabberd_config:prepare_opt_val/4` on line 573 of
`ejabberd_config.erl`.
2014-03-18 11:36:56 -05:00
badlop
1ae6491e75 Merge pull request #18 from rahulgautam/master
mod_admin_extra: for support in ejabberd-v13.x
2014-03-18 10:37:27 +01:00
Rahul Gautam
bcf5fb4d64 mod_admin_extra: for support in ejabberd-v13.x changed args from string to binary : all changes tested with ejabberdv13.12 2014-03-18 13:31:31 +05:30
badlop
66d414d3a4 Merge pull request #17 from scrogson/master
Binary conversions for mod_muc_admin
2014-03-16 20:55:12 +01:00
Badlop
b3d422af15 Fix command change_password (fixes #16) 2014-03-16 20:49:01 +01:00
Sonny Scroggin
017cc725bb Binary conversions for mod_muc_admin 2014-03-14 20:32:53 -05:00
Sonny Scroggin
84d50e974e Ignore .beam files 2014-03-14 11:47:54 -05:00
Badlop
2492bc46d0 Handle error when requesting information of a non-existing shared roster (fixes #14) 2014-03-05 12:12:47 +01:00
Badlop
036076d373 Update mod_multicast to allow compile 2014-03-04 17:06:30 +01:00
Badlop
18c9d87206 Update create_room to work with ejabberd master 2014-03-04 17:03:56 +01:00
Badlop
d98d55e1f7 Use Lager when compiling mod_rest, and include minimum in this repository (fixes #13) 2014-03-03 16:55:44 +01:00
Badlop
429f3e2ced Fixes srg_* commands (fixes #147) 2014-03-03 12:31:17 +01:00
Badlop
977f043a6a Fix srg_create when calling ejabberd_regexp (fixes issue #12) 2014-02-28 18:38:40 +01:00
badlop
9180e814bc Merge pull request #11 from scrogson/master
Update include paths for mod_muc_admin
2014-01-16 03:07:41 -08:00
Sonny Scroggin
2d20f1847c Update include paths for mod_muc_admin 2014-01-15 12:20:08 -06:00
Badlop
525e071422 Example ejabberd_xmlrpc config for ejabberd 13 in YAML (thanks to Vicis) 2014-01-02 16:20:33 +01:00
Badlop
4f1aa9a0a4 Update gen_mod.erl to ejabberd master 2013-11-12 20:12:50 +01:00
Badlop
a5ae331263 Fix mod_rest to work with ejabberd master 2013-09-25 18:43:27 +02:00
Badlop
9c2bee6980 Update header files from ejabberd master 2013-09-25 18:43:06 +02:00
Badlop
13a2e2d973 Remove reference to old git repository 2013-09-10 18:45:30 +02:00
Badlop
90a72ea9fd Use the regexp frontend module (EJAB-921) 2013-09-10 18:36:39 +02:00
Badlop
9dcb9b2364 Add get_last to ejabberdctl for last user activity (thanks to lehrblogger)
The logic for determining the response is borrowed from here:
6d811f5178/src/web/ejabberd_web_admin.erl (L1583-L1601)
2013-08-07 13:36:42 +02:00
Badlop
dc4a7583c0 Fix mod_shcommands compilation 2013-08-07 13:31:15 +02:00
badlop
587f495af5 Merge pull request #2 from PaulSD/master
Some more binary conversions in mod_muc_admin, mod_rest, and mod_shcommands
2013-08-02 06:45:48 -07:00
Paul Donohue
da98b215a9 Some more binary conversions in mod_muc_admin, mod_rest, and mod_shcommands
mod_rest may still need more work
2013-07-31 14:04:54 -04:00
Badlop
c331365b97 Copy header files from current ejabberd master git branch. 2013-04-25 13:12:00 +02:00
badlop
203c316300 Merge pull request #1 from PaulSD/master
Update mod_muc_admin web interface to work with ejabberd master
2013-04-25 03:59:53 -07:00
Paul Donohue
b87effe882 Update mod_muc_admin web interface to work with ejabberd master
(Switch list strings to binary strings)
2013-04-19 15:46:21 -04:00
Badlop
a380488235 Add ebin/ dirs with .keepme file to ensure Git tracks them 2013-04-15 12:18:19 +02:00
Badlop
6d7c241a6f Fix to work with ejabberd master 2013-04-15 12:09:11 +02:00
Badlop
ee7d3c7030 Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00