~singpolyma/jabber-iq-gateway-web

WWW API for jabber:iq:gateway
server JID should be the target name, not the raw host
Allow passing server when needed
Add tiny nip of CSS

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~singpolyma/jabber-iq-gateway-web
read/write
git@git.sr.ht:~singpolyma/jabber-iq-gateway-web

You can also use your local clone with git send-email.

This is a WWW API for the jabber:iq:gateway protocol.

== Getting Help ==

If you have any questions about this library, or wish to report a bug, please send email to: dev@singpolyma.net

== Contributing ==

If you have code or patches you wish to contribute, the maintainer's preferred mechanism is a git pull request.  Push your changes to a git repository somewhere, for example:

    git remote rename origin upstream
    git remote add origin git@git.sr.ht:~yourname/jabber-iq-gateway-web
    git push -u origin master

Then generate the pull request:

    git fetch upstream master
    git request-pull -p upstream/master origin

And copy-paste the result into a plain-text email to: dev@singpolyma.net

You may alternately use a patch-based approach as described on https://git-send-email.io

Contributions follow an inbound=outbound model -- you (or your employer) keep all copyright on your patches, but agree to license them according to this project's COPYING file.