File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ xmppconsole
3
3
4
4
xmppconsole is a tool for XMPP hackers.
5
5
6
- ![ ] ( screenshot.png )
7
-
8
6
This tool sends raw XMPP stanzas over an XMPP connection and displays the XMPP
9
7
stream. Main purpose is to study XEPs and debug implementation of XMPP entities.
10
8
@@ -26,11 +24,8 @@ Or you can even start working with XMPP connection before authentication and
26
24
debug in-band registration or authentication mechanisms.
27
25
28
26
By default, xmppconsole detects whether it can run with graphical interface and
29
- falls back to a text interface otherwise:
30
-
31
- ![ ] ( screenshot-ncurses.jpg )
32
-
33
- However, you can set preferable UI manually with ` -u ` option.
27
+ falls back to a text interface otherwise. However, you can set preferable UI
28
+ manually with ` -u ` option.
34
29
35
30
Build requirements
36
31
------------------
You can’t perform that action at this time.
0 commit comments