phm Instant Messenger 1.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News phm Instant Messenger 1.2 (Default branch)
# 1  
Old 01-14-2009
phm Instant Messenger 1.2 (Default branch)

phm Instant Messenger is a PHP class that can be used to manage users and friends that exchange messages. It can create and retrieve records in MySQL database tables that contain information of users, friends, and messages that they may exchange. Currently, the class implements several operations like authenticating users, changing user passwords, retrieving account password reminder questions and answers, creating user accounts, adding friends, searching for friends, retrieving user nick names, adding messages sent from one user to a friend, and retrieving messages received by a user.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Piping from BASH in to an Instant Messenger??

Is it possible to pipe a command in to an instant messenger e.g pidgin, finch or something similar and have it send??? e.g echo "hello" | messenger Or is there anything similar?? Thanks in advance! (1 Reply)
Discussion started by: 64mb
1 Replies
Login or Register to Ask a Question
barnowl(1)						      General Commands Manual							barnowl(1)

NAME
barnowl - tty based zephyr client SYNOPSIS
barnowl [ -n ] [ -d ] [ -D ] [ -v ] [ -h ] [ -c configfile ] [ -t tty ] [ -s configdir ] DESCRIPTION
BarnOwl is a fully integrated tty based instant messaging client. Currently it supports AOL Instant Messenger, MIT Zephyr, and Jabber. It is curses-based, allows for emacs-style editing of outgoing messages and uses perl as an extension and configuration language. BarnOwl will also run happily without a configuration file. Once BarnOwl is started, typing 'h' will display a help screen. Typing ':' enters command mode, allowing the user to type a barnowl com- mand line. USE
The following command line options are avilable when running barnowl: -n Do not subscribe to zephyr messages on startup. By default BarnOwl subscribes to the default subscriptions and to anything found in ~/.zephyr.subs. When this option is used no subscriptions are loaded. -c configfile Specifiy an alternate config file for BarnOwl to use. By default, barnowl uses ~/.barnowlconf if it exists, and ~/.owlconf other- wise. -s configdir Specify an alternate configuration directory. By default, BarnOwl uses ~/.owl/. -t tty Specifiy the tty name to use for the zephyr location. -v Print the version number of barnowl and exit. -d Enable debugging. By default debugging information is placed in /var/tmp/owldebug. -D Enable debugging, but first delete any existing debugging file. -h Print command line option help. AUTHOR
Written by Nelson Elhage and Alejandro Sedeno at the Massachusetts Institute of Technology. Based on Owl by James Kretchmar. Comments, questions, and bug reports may be mailed to bug-barnowl@mit.edu. 23 Jun 2008 barnowl(1)