Results 1 to 3 of 3

Thread: Jabber

  1. #1
    Junior Member
    Join Date
    Sep 2007
    Posts
    21


    ผมเสนอ โปรแกรมสำหรับสื่อสารครับ ผ่านมาตรฐานของ Jabber จะได้เอาไว้ติดต่อข้ามค่ายได้ด้วย
    อาจทำทั้ง Client ที่เป็น Application และ Web รวมถึง Server ด้วย
    [url]www.komkid.co.cc[/url]

  2. #2
    Junior Member
    Join Date
    Sep 2007
    Posts
    21


    ตอนนี้ที่ประยุกต์ใช้ก็คือ ลง Server ไว้ตัวนึง คือ Wildfire ตอนหลังเปลี่ยนชื่อเป็น Openfire ใช้งานร่วมกับ Active Directory ได้ด้วย ผ่าน LDAP
    # Openfire (Wildfire Server) (Java) http://www.igniterealtime.org/projects/openfire/

    เวลาทำ Application ประเภทที่ต้องมีการแจ้งเตีือน ก็ให้ส่ง msg ไปที่ Openfire
    ส่วนของ Web ก็เขียน Code ยัด msg ลง MySQL แล้วก็เขียน Application ให้ Run เป็น Service ของ Windows ไว้คอยเช็คให้ส่ง msg ต่อไปให้ Openfire อีกที ความจริง ก็มีคนทำ PHP Class สำหรับติดต่อกับ Jabber ไว้แล้ว แต่ยังแกะไม่ออก

    Application สร้างจาก VB ครับ
    [url]www.komkid.co.cc[/url]

  3. #3
    Junior Member
    Join Date
    Sep 2007
    Posts
    21


    วิธีส่ง ข้อความ ด้วย PHP เข้า Jabber Server

    [code]<?php
    require(&#39;class.jabber2.php&#39;

    // this is the most simple way of initlialising a new instance of the Jabber class
    $jabber = new Jabber(&#39;administrator@server2&#39;, &#39;******&#39;

    // or this one, has it all
    // SECURITY_NONE = neither SSL nor TLS is used
    //
    [url]www.komkid.co.cc[/url]

Similar Threads

  1. Replies: 0
    Last Post: 31-03-2009, 05:58 PM
  2. Replies: 0
    Last Post: 11-11-2008, 07:44 PM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •