skyfallsin / gen_xmpp_component
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
e09b0ff
commit e09b0ff187c428a04f74bdda97fa4af3a1a28d23
tree 6ce2761e0b14f5097fe49573b263d88a09fee335
parent fb121d7bea2790eea94fab6309705e239dfda221
tree 6ce2761e0b14f5097fe49573b263d88a09fee335
parent fb121d7bea2790eea94fab6309705e239dfda221
| name | age | message | |
|---|---|---|---|
| |
README.md | ||
| |
gen_xmpp_component.erl |
README.md
gen_xmpp_component
A generic XMPP component that you can use to write your own.
Usage
- Change the constants defined to match your environment
- Write your packet processing code in process_received_packet()
Requirements
exmpp (https://support.process-one.net/doc/display/EXMPP)

