• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Aug-2013-

MakefileH A D14-Aug-20131.2 KiB403

READMEH A D14-Aug-20131.3 KiB4827

main.cxxH A D14-Aug-201312.9 KiB468329

main.hH A D14-Aug-20133.6 KiB15090

precompile.cxxH A D14-Aug-2013436 211

version.hH A D14-Aug-20131.2 KiB457

README

1This is a simple application to examine the operation of XMPP in a
2console environment.
3
4It is a very very simple application, and the best explanation is to
5say that it allows you to send jabber messages between different
6applications. I will illustrate with the following example::
7
8Simple mode of operation to see it all in operation.
9
10Open 3 consoles.
11
12In each console, run the program with the following command line::
13
14xmpp -p myPassword -j myJabberId  -u myUserName
15
16
17myPassword is the password associated with your jabber ID
18
19myJabberid could be something like derek@indranet.co.nz
20
21myUserName could be something like BigD
22
23After everyting has run.
24
25Do R to list nodes
26 I see::
27Node 1 of 3 is derek@jabber.indranet.co.nz/38703554721123119327849277
28Node 2 of 3 is derek@jabber.indranet.co.nz/37270709521123119663547752
29Node 3 of 3 is derek@jabber.indranet.co.nz/2225504041123119697216062
30
31
32then
33 d 3 pigs can fly
34
35
36In the destination machine, you see the message:
37 Message received. Subject:pigs    body:can fly  from: derek@jabber.indranet.co.nz/36632012421123119331508316
38
39
40
41You are welcome to read the code, change the source etc.
42
43Please constribute any changes back to the group by sending the
44revised application, or a patch file to the openh323 mailing list.
45
46Thanks,
47 Derek Smithies.
48