Sponsored Content
Top Forums UNIX for Dummies Questions & Answers starting jabber server on startup Post 56290 by RTM on Thursday 30th of September 2004 08:48:22 AM
Old 09-30-2004
A quick search on the 'Net - Startup script for Jabber - you should use it as a guide to build your own OR
startup scripts can be found in /etc/rc.d/init.d - you could copy one that you have and modify for Jabber. (I'm surprised the software didn't come with it's own startup script or instructions on how to build it).
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

starting a server

i am currently am planning to start a webserver to host a community of webpages, but i need help getting started? anyone have any sites or advice for me? thanks! (1 Reply)
Discussion started by: bowlofrice
1 Replies

2. UNIX for Dummies Questions & Answers

jabber 2 install

yo! i've decided to run a jabber server and i'm having some install errors. Actually one major error that is pushing me closer and closer to taking a hammer to my machine. Here is some info: ===================================================== OS: FreeBSD 5.2.1-Stable Source: Jabber-2.0s6... (2 Replies)
Discussion started by: edua
2 Replies

3. Linux

jabber server

hi frns i want to install jabber server in Linux enterpise 3 i have got the tar file and i had extract it but after its asking for make install which is not working.I had installed jabber server on /home dir. Mit (0 Replies)
Discussion started by: naik_mit
0 Replies

4. Solaris

Startup error: The X-server can not be started on display :0...

Earlier today SPARCBOOK 5000 was working, but was asked to upgrade an application on it. 1. uninstalled application 2. loaded latest solaris 8 recommended cluster (downloaded it yesterday). 3. reboot machine after patch update On reboot all looks OK upto the point it attempts to run... (9 Replies)
Discussion started by: devonthomas384@
9 Replies

5. Solaris

X server startup on Solaris 9

Hi, I have Solaris 9 installed on a SunFire V880. When the machine boots up, I get a message, "the X-server cannot be started on display:0". I searched the forum for possible solution, however, they are not applicable to my problem for two reasons: either the platform is different or the... (6 Replies)
Discussion started by: purveshkhatri
6 Replies

6. Solaris

Startup and shutdown a server

Are rc scripts executed serially or all at the same time. Is there a way to see this happen? A log file or the syslogd? This is Solaris 10. (2 Replies)
Discussion started by: djehresmann
2 Replies

7. UNIX for Dummies Questions & Answers

startup jobs on linux server

I run a raq550 on strongbolt2 (Centos 4.8). I check my logwatch every morning and this morning a new entry appeared (below) that I haven't seen before. --------------------- Cron Begin ------------------------ **Unmatched Entries** STARTUP (V5.0) INFO (@reboot jobs will be run at computer's... (0 Replies)
Discussion started by: tonj
0 Replies

8. UNIX for Dummies Questions & Answers

Starting a service at startup.

Hi guys I want to start a service and a script SiteMonitor.sh at startup. To start with i have modified /etc/rc.local file. Here is the content of my /etc/rc.local file. #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own... (3 Replies)
Discussion started by: pinga123
3 Replies

9. Red Hat

vnc server or x11vnc @ startup

Dear all, I am using Fedora15 kde I have installed Real vnc (server & viewer) real vnc Viewer is working fine - i like this. real vnc server has License period expired problem (i dont know how to add) I have x11vnc server (Desktop sharing) installed - Its working fine too. I... (2 Replies)
Discussion started by: linuxadmin
2 Replies
Net::Jabber::Loudmouth::Connection(3pm) 		User Contributed Perl Documentation		   Net::Jabber::Loudmouth::Connection(3pm)

NAME
Net::Jabber::Loudmouth::Connection - Jabber connection HIERARCHY
Glib::Boxed +----Net::Jabber::Loudmouth::Connection METHODS
connection = Net::Jabber::Loudmouth::Connection->new ($server) o $server (string) connection = Net::Jabber::Loudmouth::Connection->new_with_context ($server, $context) o $server (string) o $context (Glib::MainContext thingamabob) boolean = $connection->authenticate ($username, $password, $resource, $auth_cb, $user_data=undef) o $username (string) o $password (string) o $resource (string) o $auth_cb (scalar) o $user_data (scalar) boolean = $connection->authenticate_and_block ($username, $password, $resource) o $username (string) o $password (string) o $resource (string) $connection->cancel_open boolean = $connection->close $connection->set_disconnect_function ($disconnect_cb, $user_data=undef) o $disconnect_cb (scalar) o $user_data (scalar) boolean = $connection->is_authenticated boolean = $connection->is_open string = $connection->get_jid $connection->set_jid ($jid) o $jid (string) $connection->set_keep_alive_rate ($rate) o $rate (integer) boolean = $connection->open ($result_cb, $user_data=undef) o $result_cb (scalar) o $user_data (scalar) boolean = $connection->open_and_block integer = $connection->get_port $connection->set_port ($port) o $port (integer) proxy = $connection->get_proxy $connection->set_proxy ($proxy) o $proxy (Net::Jabber::Loudmouth::Proxy or undef) messagehandler = $connection->register_message_handler ($type, $priority, $handler_cb, $user_data=undef) o $type (Net::Jabber::Loudmouth::MessageType) o $priority (Net::Jabber::Loudmouth::HandlerPriority) o $handler_cb (scalar) o $user_data (scalar) boolean = $connection->send ($message) o $message (Net::Jabber::Loudmouth::Message) boolean = $connection->send_raw ($str) o $str (string) boolean = $connection->send_with_reply ($message, $handler) o $message (Net::Jabber::Loudmouth::Message) o $handler (Net::Jabber::Loudmouth::MessageHandler) message = $connection->send_with_reply_and_block ($message) o $message (Net::Jabber::Loudmouth::Message) string = $connection->get_server $connection->set_server ($server) o $server (string) ssl = $connection->get_ssl $connection->set_ssl ($ssl) o $ssl (Net::Jabber::Loudmouth::SSL or undef) connectionstate = $connection->get_state $connection->unregister_message_handler ($type, $handler) o $type (Net::Jabber::Loudmouth::MessageType) o $handler (Net::Jabber::Loudmouth::MessageHandler) ENUMS AND FLAGS
enum Net::Jabber::Loudmouth::ConnectionState o 'closed' / 'LM_CONNECTION_STATE_CLOSED' o 'opening' / 'LM_CONNECTION_STATE_OPENING' o 'open' / 'LM_CONNECTION_STATE_OPEN' o 'authenticating' / 'LM_CONNECTION_STATE_AUTHENTICATING' o 'authenticated' / 'LM_CONNECTION_STATE_AUTHENTICATED' enum Net::Jabber::Loudmouth::HandlerPriority o 'last' / 'LM_HANDLER_PRIORITY_LAST' o 'normal' / 'LM_HANDLER_PRIORITY_NORMAL' o 'first' / 'LM_HANDLER_PRIORITY_FIRST' enum Net::Jabber::Loudmouth::MessageType o 'message' / 'LM_MESSAGE_TYPE_MESSAGE' o 'presence' / 'LM_MESSAGE_TYPE_PRESENCE' o 'iq' / 'LM_MESSAGE_TYPE_IQ' o 'stream' / 'LM_MESSAGE_TYPE_STREAM' o 'stream-error' / 'LM_MESSAGE_TYPE_STREAM_ERROR' o 'stream-features' / 'LM_MESSAGE_TYPE_STREAM_FEATURES' o 'auth' / 'LM_MESSAGE_TYPE_AUTH' o 'challenge' / 'LM_MESSAGE_TYPE_CHALLENGE' o 'response' / 'LM_MESSAGE_TYPE_RESPONSE' o 'success' / 'LM_MESSAGE_TYPE_SUCCESS' o 'failure' / 'LM_MESSAGE_TYPE_FAILURE' o 'proceed' / 'LM_MESSAGE_TYPE_PROCEED' o 'starttls' / 'LM_MESSAGE_TYPE_STARTTLS' o 'unknown' / 'LM_MESSAGE_TYPE_UNKNOWN' SEE ALSO
Net::Jabber::Loudmouth, Glib::Boxed COPYRIGHT
Copyright (C) 2005 by Florian Ragwitz This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2011-11-15 Net::Jabber::Loudmouth::Connection(3pm)
All times are GMT -4. The time now is 01:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy