Giter Site home page Giter Site logo

ejabberd-packet-interceptor's Introduction

Ejabberd-Packet-Interceptor

Ejabberd module that intercepts and changes messages

This module takes a Ejabberd message packet, changes the message body and sends it.

The module hooks the packet_filter and checks per packet if there is a message body. If there is a message body, it base64 encodes it, and passes it over to a python script. This script does something cool with the body (parses it), and returns the new body. The module replaces the old body with the new and sends the packet.

Credit:
  • This module is inspirated by (and uses the inject_body function from) mod_otr.
  • Thanks to gleber's answer on Stackoverflow.
Installing:
  1. Install ip.erl as any other ejabberd mod.
  2. Place intercept.py in /etc/ejabberd/
Why use Python as body parser?

First of all my Erlang sucks.
Also Erlang itself sucks(especially the syntax), it is easier to write complex parsers with Python.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.