Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt-xmpp-server [2013/08/29 21:36] – [PubSub Service] abelbeck | userdoc:tt-xmpp-server [2013/09/01 21:43] (current) – [XMPP Command Line Client] droemel | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| AstLinux includes the [[http:// | AstLinux includes the [[http:// | ||
| - | In addition to providing XMPP services for local and remote clients, (iOS, Android, desktop PC's, etc.), Asterisk | + | In addition to providing XMPP services for local and remote clients, (iOS, Android, desktop PC's, etc.), Asterisk can be an XMPP client offering additional benefits. |
| !!Note: AstLinux 1.1.0 or later is required!! | !!Note: AstLinux 1.1.0 or later is required!! | ||
| Line 51: | Line 51: | ||
| ==== PubSub Service ==== | ==== PubSub Service ==== | ||
| - | |||
| - | Optionally, to enable PubSub functionality, | ||
| !!Note: AstLinux 1.1.3 or later is required!! | !!Note: AstLinux 1.1.3 or later is required!! | ||
| + | |||
| + | Optionally, to enable PubSub functionality, | ||
| {{: | {{: | ||
| - | **[[tt_distribute_events_xmpp_pubsub|Distribute Asterisk Events using XMPP PubSub]]** | + | !!Tip ->!! See Also: **[[tt_distribute_events_xmpp_pubsub|Distribute Asterisk Events using XMPP PubSub]]** |
| ==== Server-to-Server connections ==== | ==== Server-to-Server connections ==== | ||
| Line 109: | Line 109: | ||
| !!Note: AstLinux 1.1.1 or later is required!! | !!Note: AstLinux 1.1.1 or later is required!! | ||
| - | As an alternative to the non-working | + | For use in custom shell scripts or as an alternative to the XMPP/Jabber implementation in Asterisk (see note below) you can use the "'' |
| Examples: | Examples: | ||
| Line 124: | Line 124: | ||
| For more information, | For more information, | ||
| sendxmpp --help | sendxmpp --help | ||
| + | |||
| + | Example ''/ | ||
| + | |||
| + | [default] | ||
| + | jid=user@example.com | ||
| + | password=secret | ||
| ==== Notes: ==== | ==== Notes: ==== | ||
| Line 129: | Line 135: | ||
| * Depending on your setup you may need to open the related TCP port(s) on your firewall, to allow clients/ | * Depending on your setup you may need to open the related TCP port(s) on your firewall, to allow clients/ | ||
| - | * Asterisk 1.4 + 1.8 (currently) do not work as XMPP/Jabber client with Prosody, they **crash instantaneously**, Asterisk 11 works fine, it has a new (working) | + | * Asterisk 1.4 + 1.8 (res_jabber) and !!AstLinux 1.1.0-> |