You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/582
-- Commit Summary --
* New Module NSQ
-- File Changes --
A modules/nsq/Makefile (23) A modules/nsq/README.md (312) A modules/nsq/defs.h (106) A modules/nsq/doc/Makefile (4) A modules/nsq/doc/nsq.xml (37) A modules/nsq/doc/nsq_admin.xml (492) A modules/nsq/http.h (48) A modules/nsq/nsq.h (91) A modules/nsq/nsq_json.c (302) A modules/nsq/nsq_json.h (53) A modules/nsq/nsq_mod.c (361) A modules/nsq/nsq_mod.h (68) A modules/nsq/nsq_pua.c (521) A modules/nsq/nsq_pua.h (8) A modules/nsq/nsq_reader.c (147) A modules/nsq/nsq_reader.h (38) A modules/nsq/nsq_trans.c (450) A modules/nsq/nsq_trans.h (40) A modules/nsq/reader.c (172) A modules/nsq/utlist.h (728)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/582.patch https://github.com/kamailio/kamailio/pull/582.diff
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/582
@miconda This is the module I mentioned to receive messages from NSQ (http://nsq.io/) It's similar to the kazoo module.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/582#issuecomment-214451147
Looks great, thanks! I will grant you devel access to Kamailio so you can merge and maintain the module directly.
For any future commits to the module, have in mind the commit message format:
* https://www.kamailio.org/wiki/devel/github-contributions#commit_message_form...
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/582#issuecomment-214736121
Merged #582.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/582#event-641468731