0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript7,057 stars (7,057 stars)504 forks (504 forks)batch import
help wanted
Description
Minigun should have support for XMPP/Jabber.
Contributor guide
- Tech stack
- javascript
- Domain
- performancebackend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Knowledge of Node.jsUnderstanding of XMPP protocolFamiliarity with Artillery architecture
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 10
- Research direction
- The issue is a bare feature request with no specification. First, understand what Minigun is and how existing protocol support (HTTP, WebSocket) is implemented. Look for configuration files, protocol handlers, and example scripts in the Artillery codebase. Research existing Node.js XMPP libraries (e.g., node xmpp, simple xmpp) and consider how they could be integrated. Since there are no details, ask maintainers for expected behavior, configuration options, and test requirements.