admin-extra doesn't work in Release 13.10
mod_admin_extra seems not working in ejabberd 13.10. Did I do something wrong? thanks!1: Installed ejabberd-13.10 on CentOS 5.7 2: checked out ejabberd modules by: svn co...
View Articlemod_logxml error
Hello,I'm trying to build a module with similar functionality as mod_logxml, so first I'm trying to get mod_logxml to work.It is failing with the following error:=ERROR REPORT==== 2013-10-29 15:50:39...
View ArticleProblem using lager
Hi.Im trying to write a module for ejabberd but whe I add it I get de next error:2013-12-02 15:28:24.196 [critical] <0.37.0>@gen_mod:start_module:78 Problem starting the module mod_mymod for host...
View Articlemod_http_offline not working
Hi,I have done with mod_http_offline module but its not running properly. I will showing below error in error logc(<0.37.0>:gen_mod:75) : Problem starting the module mod_http_offline for host...
View ArticleCorrect xml library for ejabberd 13 module developement
I am having a bit of trouble understanding the correct library to deal with xml in a ejabberd 13 community edition module.For instance, I would like to simply use ejabberd as a router, scoop the...
View ArticleMnesia table being deleted?
Hey I'm trying to make an ejabberd module which uses mnesia. I make a mnesia table with disk copies. I'm having this bug where any tables I make are lost on restart. When I do the call to create the...
View Articlecan't parse packet/payload on ejabberd 13 (xmlelements)
I'm using the pubsub_publish_item hook (from mod_pubsub @master) and I'm unable to parse the payload/packet.I've tried using xml:get_tag_attr_s("x", Payload) and other xml:functions with no luck.This...
View ArticleHow to change required fields for mod_register in ejabberd
Going through http://xmpp.org/extensions/xep-0077.html#intro, section 3.1 I see that the client should request which fields are required for in-band registration from the host. In case of ejabberd...
View Articlegen_mod:start_module:78 Problem starting the module my_module for host
Hi,I run a small private group of users on an XMPP server and recently I have been wanting to write a custom module that that will timestamp all messages. I figure something like an ejabberd hook using...
View ArticleCompiling a module for dummies
Hello,I installed Ejabberd on Debian "Out-Of-The-Box" and it worked well from the beginning. I started to configure it to my needs, which was no problem a all. I got brave an started to build an own...
View Articlemod_amp not taking effect
Dear Friends,I am relatively new to Ejabberd, recently I had a requirement wherein I needed to implement Advanced Message Processing specification which is implemented by mod_amp. I downloaded the...
View ArticleHandling of Requests in ejabberd_http (a.k.a. is ejabberd_http useful for...
Hi,i would like to develop a module, that handles up- and downloads of large files. Therefor it would be necessary, that the body of the request is not loaded completely before the control is handed...
View ArticleWhen to use what and why
I want to know what is the exact difference between mod_roster and mod_shared_roster and in what cases to use it.Thanks Jeet
View ArticleDeliver message to multiple JIDs atomically?
Hi guys. Is there a way to send a message to multiple JIDs atomically? I don't think XEP 0033 guarantees atomicity.Thanks
View ArticleNewbie module development
Hi,I’m trying to start with developing modules.After compiling my module, I don’t seem to be able to produce a .beam file... Using the command:erlc -I /path/to/my/installation/ebin/ mod_test.erlI get...
View Articleadmin-extra doesn't work in Release 13.10
mod_admin_extra seems not working in ejabberd 13.10. Did I do something wrong? thanks!1: Installed ejabberd-13.10 on CentOS 5.7 2: checked out ejabberd modules by: svn co...
View Articlemod_logxml error
Hello,I'm trying to build a module with similar functionality as mod_logxml, so first I'm trying to get mod_logxml to work.It is failing with the following error:=ERROR REPORT==== 2013-10-29 15:50:39...
View ArticleProblem using lager
Hi.Im trying to write a module for ejabberd but whe I add it I get de next error:2013-12-02 15:28:24.196 [critical] <0.37.0>@gen_mod:start_module:78 Problem starting the module mod_mymod for host...
View Articlemod_http_offline not working
Hi,I have done with mod_http_offline module but its not running properly. I will showing below error in error logc(<0.37.0>:gen_mod:75) : Problem starting the module mod_http_offline for host...
View ArticleCorrect xml library for ejabberd 13 module developement
I am having a bit of trouble understanding the correct library to deal with xml in a ejabberd 13 community edition module.For instance, I would like to simply use ejabberd as a router, scoop the...
View Article