Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dukzcry committed Mar 28, 2015
1 parent a277fd8 commit 33efa67
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 586 deletions.
8 changes: 3 additions & 5 deletions eggbnc/README.mkd
@@ -1,4 +1,4 @@
Is a multi-user per resource XMPP (Jabber) bouncer
Is a multi-user per resource XMPP (Jabber) bouncer and proxy with no special requirements for client
###Howto
Setup Erlang and snapshot of exmpp. Adjust bouncer config; if you're not for gtalk, roll your own server() function following exmpp guide

Expand All @@ -17,10 +17,8 @@ Manually kill sessions with
```
where session is a base64 encoded full JID seen in mnesia:info()

To read all entries in some table use eggbnc:get_all(table) helper

Note that there is no SSL/TLS implemented, so SSL tunnel is on your behalf
To read all entries in some table use eggbnc:get_all(table) helper. For priority and MUC offline support see a version in v2 folder
###Caveats and TODO
- note that there is no SSL/TLS implemented on a client side, so SSL tunnel is on your behalf
- put it under supervisor. Need to be modified to follow OTP principles or supervisor bridge should be done prior
- convert client session setup routine into the state machine, support more clients. We have tested OS X Messages, Adium X, Psi and QIP so far
- for priority and MUC offline support see experimental version in v2 folder

0 comments on commit 33efa67

Please sign in to comment.