Commit Graph

8 Commits

Author SHA1 Message Date
Badlop fa47490da4 Report problem when mod_rest receives malformed stanza (#65) 2015-04-15 13:37:09 +02:00
Badlop 53ca8bafba Update FSF address (solves #73) 2015-02-25 15:17:31 +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 a5ae331263 Fix mod_rest to work with ejabberd master 2013-09-25 18:43:27 +02: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 ee7d3c7030 Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00