XpartaMuPP | README contains details about XpartaMuPP and EcheLOn
kandi X-RAY | XpartaMuPP Summary
kandi X-RAY | XpartaMuPP Summary
XpartaMuPP is a Python library. XpartaMuPP has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
This README contains details about XpartaMuPP and EcheLOn, two XMPP-bots, which provide a multiplayer lobby and game rating capabilities for 0ad.
This README contains details about XpartaMuPP and EcheLOn, two XMPP-bots, which provide a multiplayer lobby and game rating capabilities for 0ad.
Support
Quality
Security
License
Reuse
Support
XpartaMuPP has a low active ecosystem.
It has 2 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
XpartaMuPP has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of XpartaMuPP is current.
Quality
XpartaMuPP has 0 bugs and 0 code smells.
Security
XpartaMuPP has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
XpartaMuPP code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
XpartaMuPP is licensed under the GPL-2.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
XpartaMuPP releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed XpartaMuPP and discovered the below as its top functions. This is intended to give you an instant insight into XpartaMuPP implemented functionality, and help decide if they suit your requirements.
- Add a game to the database .
- Adds a report to the match report .
- Calculate rating adjustment .
- Send a profile request .
- Send the game list .
- change state of game
- Entrypoint for echelo .
- Add an item to the roster .
- Parse command line arguments .
- Returns a dictionary of the game information .
Get all kandi verified functions for this library.
XpartaMuPP Key Features
No Key Features are available at this moment for XpartaMuPP.
XpartaMuPP Examples and Code Snippets
No Code Snippets are available at this moment for XpartaMuPP.
Community Discussions
No Community Discussions are available at this moment for XpartaMuPP.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install XpartaMuPP
The instructions below assume they a run on a Debian-based Linux distribution. XpartaMuPP and EcheLOn should work with other distributions as well, but might require different steps for setup.
$ apt-get install ejabberd.
Install ejabberd: $ apt-get install ejabberd
Configure it, by setting the domain name (e.g. localhost if you installed it on your development computer) and add an admin user.: $ dpkg-reconfigure ejabberd
Adjust /etc/ejabberd/ejabberdctl.cfg and set CONTRIB_MODULES_PATH to the directory where you want to store mod_ipstamp:. Ensure the target directory is readable by ejabberd. Copy the mod_ipstamp directory from XpartaMuPP/ to CONTRIB_MODULES_PATH/sources/.
Adjust /etc/ejabberd/ejabberdctl.cfg and set CONTRIB_MODULES_PATH to the directory where you want to store mod_ipstamp: CONTRIB_MODULES_PATH=/opt/ejabberd-modules
Ensure the target directory is readable by ejabberd.
Copy the mod_ipstamp directory from XpartaMuPP/ to CONTRIB_MODULES_PATH/sources/.
Check that the module is available and compatible with your ejabberd: $ ejabberdctl modules_available $ ejabberdctl module_check mod_ipstamp
Install mod_ipstamp: $ ejabberdctl module_install mod_ipstamp
Add mod_ipstamp to the modules ejabberd should load in/etc/ejabberd/ejabberd.yml: modules: mod_ipstamp: {}
Reload ejabberd's configuration: $ ejabberdctl reload_config
To enable the bot to send the game list to players it needs the JIDs of the players, so the MUC room has to be configured as non-anonymous room. In case that you want to host multiple lobby rooms adding an ACL for MUC admins to which the bots are added, which is used for access_admin in the mod_muc configuration would be advisable. You need to have Python 3 and SleekXMPP (>=1.3.1) installed.
$ apt-get install ejabberd.
Install ejabberd: $ apt-get install ejabberd
Configure it, by setting the domain name (e.g. localhost if you installed it on your development computer) and add an admin user.: $ dpkg-reconfigure ejabberd
Adjust /etc/ejabberd/ejabberdctl.cfg and set CONTRIB_MODULES_PATH to the directory where you want to store mod_ipstamp:. Ensure the target directory is readable by ejabberd. Copy the mod_ipstamp directory from XpartaMuPP/ to CONTRIB_MODULES_PATH/sources/.
Adjust /etc/ejabberd/ejabberdctl.cfg and set CONTRIB_MODULES_PATH to the directory where you want to store mod_ipstamp: CONTRIB_MODULES_PATH=/opt/ejabberd-modules
Ensure the target directory is readable by ejabberd.
Copy the mod_ipstamp directory from XpartaMuPP/ to CONTRIB_MODULES_PATH/sources/.
Check that the module is available and compatible with your ejabberd: $ ejabberdctl modules_available $ ejabberdctl module_check mod_ipstamp
Install mod_ipstamp: $ ejabberdctl module_install mod_ipstamp
Add mod_ipstamp to the modules ejabberd should load in/etc/ejabberd/ejabberd.yml: modules: mod_ipstamp: {}
Reload ejabberd's configuration: $ ejabberdctl reload_config
To enable the bot to send the game list to players it needs the JIDs of the players, so the MUC room has to be configured as non-anonymous room. In case that you want to host multiple lobby rooms adding an ACL for MUC admins to which the bots are added, which is used for access_admin in the mod_muc configuration would be advisable. You need to have Python 3 and SleekXMPP (>=1.3.1) installed.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page