What do I need to configure the server to receive an update message through gchat / aim? I just set up the client on the server and used the hook in conjunction with the script?
You can use the .git / hooks / post-receive hook to check for new changesets and use a command line tool such as sendxmpp to send messages.
Yes. all you have to do is make sure that you have a command line way to use your instant messenger application.
Source: https://habr.com/ru/post/1786230/More articles:Применить правило проверки к элементу ListView ItemsSource - c#Why is the keypress event not passed to the GWT method TextInputCell.onBrowserEvent ()? - javaHow to work with iOS project with SVN? - iosHow to change the default C ++ file extension in Eclipse CDT when creating a new file? - eclipseLINQ syntax for the CONTAINS method with the filter on - c #Grails: 404 and lazy initialization - grailsWebservice implementation on JBoss, maven and choice - javacaching UIView objects as a way to improve performance - performanceProblems drawing C # GraphicsPath - c #Как реализовать автономное чтение в моем приложении - objective-cAll Articles