~ubuntu-branches/ubuntu/trusty/irssi-plugin-xmpp/trusty

« back to all changes in this revision

Viewing changes to help/xmppconnect

  • Committer: Bazaar Package Importer
  • Author(s): David Ammouial
  • Date: 2008-02-04 21:01:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080204210127-qvw99l8m26ksme18
Tags: 0.13+cvs20080121-1
* CVS snapshot.
* Rephrased package description, thanks to Ted Percival (Closes: #444109).
* debian/control: Promote "Homepage" to a real field.
* Update homepage.
* Adapt debian/rules to new upstream Makefile system.
* Bump Standards-Version to 3.7.3 (no changes required).
* Removed empty TODO from debian/docs, added docs/GENERAL, docs/STARTUP,
  docs/XEP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
XMPPCONNECT %|[-ssl] [-host <host>] [-port <port>] <jid>[/<resource] <password>
 
3
 
 
4
     -ssl: use SSL when connecting
 
5
     -host: the host
 
6
     -port: the port
 
7
 
 
8
This command makes irssi to connect to specified XMPP account. Current connections are kept and a new one is created.
 
9
 
 
10
See also: XMPPSERVER, SERVER, DISCONNECT, RMRECONNS
 
11